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