.hgrc
changeset 270 19082e26bea6
parent 261 d8ec70cb1e4c
child 626 ec0fb611d885
--- a/.hgrc	Sun Dec 04 18:43:51 2011 +0200
+++ b/.hgrc	Sun Dec 04 18:45:24 2011 +0200
@@ -8,6 +8,8 @@
 editor = emacs -q
 ignore = ~/.hgignore
 
+style = ~/.hgstyle
+
 [defaults]
 log = -v -f
 incoming = -v
@@ -33,3 +35,26 @@
 hgext.eol =
 ; Allow cherry-picking.
 transplant =
+; Show progress on operations.
+progress =
+; Delete untracked files from the working directory.
+hgext.purge=
+
+[progress]
+; Number of seconds (float) before showing the progress bar.
+delay = 2
+; Time in seconds between refreshes of the progress bar.
+refresh = 0.5
+; Format of the progress bar: topic bar number estimate.
+format = topic bar number estimate
+; Clear the progress bar after it's done.
+clear-complete = False
+; If true, don't show a progress bar.
+disable = False
+; If true, ALWAYS show a progress bar, unless disable is given.
+assume-tty = False
+
+[trusted]
+; http://mercurial.selenic.com/wiki/Trust
+; Do not include: nobody.
+groups = apache, daemon, www-data