Mercurial > hg
log hgext/progress.py @ 15662:06671371e634 stable
age | author | description |
---|---|---|
Wed, 14 Dec 2011 15:41:08 +0100 | David Soria Parra | progress: check for ui.quiet and ui.debugflag before we write stable |
Thu, 23 Jun 2011 15:00:45 -0500 | Augie Fackler | progress: add a changedelay to prevent parallel topics from flapping (issue2698) |
Thu, 23 Jun 2011 14:55:09 -0500 | Augie Fackler | progress: make progress bar a singleton to avoid double-progress ui bugs |
Thu, 02 Jun 2011 14:33:01 -0500 | Augie Fackler | progress: remove superfluous parens |
Thu, 02 Jun 2011 00:43:34 +0300 | Idan Kamara | util: add helper function isatty(fd) to check for tty-ness |
Mon, 09 May 2011 16:41:45 +0200 | Martin Geisler | progress: add speed format |
Sat, 07 May 2011 17:25:12 +0200 | Patrick Mezard | progress: remove useless statement left by bab267e7fc1a |