]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
index 6e068895d8eea8a0cba443011c88b7a134799884..3c7576bbeda719ae7b5fb067cd97b618e053bc0b 100644 (file)
@@ -1,9 +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 =
+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