log hgext/progress.py @ 26512:4c52dd406adc

age author description
Tue, 25 Aug 2015 15:52:54 -0400 Augie Fackler progress: restore testedwith to the stub
Mon, 08 Jun 2015 01:01:21 -0700 Pierre-Yves David progress: deprecate the progress extension
Mon, 08 Jun 2015 01:00:47 -0700 Pierre-Yves David progress: empty the extension of any logic
Wed, 10 Jun 2015 11:56:55 -0700 Pierre-Yves David progress: move config help into core config help
Sun, 07 Jun 2015 17:50:56 -0700 Pierre-Yves David progress: move all logic altering the ui object logic in mercurial.ui
Sun, 07 Jun 2015 17:26:34 -0700 Pierre-Yves David progress: move the singleton logic to the ui module
Sun, 07 Jun 2015 17:19:20 -0700 Pierre-Yves David progress: move most extension code into a 'mercurial.progress' module
Sun, 07 Jun 2015 18:11:23 -0700 Pierre-Yves David progress: stop double-wrapping of ui class
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Sat, 17 Jan 2015 13:13:16 -0800 Solomon Matthews progress: add a lock to prepare for introducing a thread
Sat, 17 Jan 2015 13:10:37 -0800 Solomon Matthews progress: move update check into helper method
Sat, 17 Jan 2015 13:09:33 -0800 Solomon Matthews progress: move current topic to member variable
Thu, 15 Jan 2015 20:03:28 -0800 Solomon Matthews progress: add try/finally to make the diffs for the next commit more readable
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
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