]> 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
17 [extensions]
18 hgext.color=
19 hgext.convert=
20 hgext.fetch=
21 hgext.graphlog=
22 hgext.hgshelve=
23 hgext.mq=
24 hgext.pager=
25 hgext.record=
26 hgext.transplant=
27
28 [pager]
29 attend = annotate, cat, diff, export, glog, grep, qdiff
30
31 [hooks]
32 commit        = touch `hg root`/.hg/unpushed
33 post-push     = rm -f `hg root`/.hg/unpushed
34 post-rollback = rm -f `hg root`/.hg/unpushed