log hgext/progress.py @ 22597:58ec36686f0e

age author description
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori progress: use 'encoding.colwidth' to get column width of items correctly
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori progress: use 'encoding.trim' to trim items in output line correctly
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori progress: use 'encoding.colwidth' to get column width of output line correctly
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori progress: use 'encoding.trim' to trim output line correctly
Fri, 23 Aug 2013 13:28:18 -0400 Augie Fackler progress: stop getting stuck in a nested topic during a long inner step
Tue, 16 Jul 2013 11:17:01 -0500 Matt Mackall progress: respect HGPLAIN
Sun, 20 May 2012 14:37:20 -0500 Matt Mackall progress: use ui._isatty
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Fri, 11 May 2012 18:41:04 +0200 Martin Geisler progress: fix indentation
Mon, 02 Jan 2012 19:30:28 -0600 Augie Fackler progress: Use the same GPL boilerplate as most hg files
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