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