.hgrc
changeset 232 ceade72317bd
parent 229 c351b7891093
child 233 313f5e4493d8
--- a/.hgrc	Thu Oct 20 11:51:10 2011 +0300
+++ b/.hgrc	Thu Oct 20 16:47:42 2011 +0300
@@ -35,3 +35,20 @@
 hgext.eol =
 ; Allow cherry-picking.
 transplant =
+; Show progress on operations.
+progress =
+
+[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 = True
+; If true, don't show a progress bar.
+disable = False
+; If true, ALWAYS show a progress bar, unless disable is given.
+assume-tty = False
+