]> 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 #pager=
15 color=
16
17 [hooks]
18 commit        = touch `hg root`/.hg/unpushed
19 post-push     = rm -f `hg root`/.hg/unpushed
20 post-rollback = rm -f `hg root`/.hg/unpushed