]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
1 [defaults]
2 pull = --rebase
3 annotate = -n -l -u
4 branches = -a
5 qseries = --summary
6 revert = --no-backup
7
8 [ui]
9 username = PHO <pho@cielonegro.org>
10
11 [diff]
12 git = True
13
14 [alias]
15 egrep = !cd `$HG root`; nohup egrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
16 fgrep = !cd `$HG root`; nohup fgrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
17 stash = shelve
18 __st  = status
19 st    = !$HG __st `$HG root` $HG_ARGS
20
21 [extensions]
22 hgext.color=
23 hgext.convert=
24 hgext.fetch=
25 hgext.graphlog=
26 hgext.mq=
27 hgext.pager=
28 hgext.rebase=
29 hgext.record=
30 hgext.transplant=
31
32 [pager]
33 attend = annotate, cat, diff, export, glog, grep, tags, qdiff
34
35 [mq]
36 git = auto
37
38 [hooks]
39 commit        = touch `hg root`/.hg/unpushed
40 post-push     = rm -f `hg root`/.hg/unpushed
41 post-rollback = rm -f `hg root`/.hg/unpushed