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