]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
index bb844e843e038b64703a861f0f955857d86308c2..3c7576bbeda719ae7b5fb067cd97b618e053bc0b 100644 (file)
@@ -1,12 +1,29 @@
 [defaults]
 pull = -u
 annotate = -n -l -u
+branches = -a
+revert = --no-backup
 
 [ui]
 username = PHO <pho@cielonegro.org>
 
+[diff]
+git = True
+
 [extensions]
-hgext.mq =
-hgext.fetch =
-pager=
-color=
+hgext.color=
+hgext.fetch=
+hgext.graphlog=
+hgext.hgshelve=
+hgext.mq=
+hgext.pager=
+hgext.record=
+hgext.transplant=
+
+[pager]
+attend = annotate, cat, diff, export, glog, qdiff
+
+[hooks]
+commit        = touch `hg root`/.hg/unpushed
+post-push     = rm -f `hg root`/.hg/unpushed
+post-rollback = rm -f `hg root`/.hg/unpushed