]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
index b45ff801e3809909041dcdeb7cd12b5b7f2b9df7..3c7576bbeda719ae7b5fb067cd97b618e053bc0b 100644 (file)
@@ -7,9 +7,23 @@ revert = --no-backup
 [ui]
 username = PHO <pho@cielonegro.org>
 
+[diff]
+git = True
+
 [extensions]
-hgext.mq =
-hgext.fetch =
-hgext.graphlog =
-#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