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