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