log hgext/progress.py @ 26073:5ef327e9c157

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
Sun, 01 May 2011 17:20:40 +0200 timeless remove unused variables
Sun, 01 May 2011 15:21:57 +0200 timeless remove unused imports
Sun, 02 Jan 2011 18:51:59 +0200 timeless progress: handle days, weeks and years
Thu, 16 Dec 2010 07:45:22 -0600 Augie Fackler progress: don't compute estimate without a total
Wed, 15 Dec 2010 10:22:54 -0600 Augie Fackler progress: include time estimate as part of the default progress format
Wed, 15 Dec 2010 10:22:06 -0600 Augie Fackler progress: only show time estimate when progress format contains 'estimate'
Wed, 15 Dec 2010 10:20:36 -0600 Augie Fackler progress: fix adding format elements after the progress bar
Wed, 15 Dec 2010 09:35:32 +0100 Martin Geisler progress: explain format strings to translators
Thu, 09 Dec 2010 17:33:40 -0600 Augie Fackler progress: refactor for readability and show XXs instead of 0mXXs.
Tue, 26 Oct 2010 14:41:58 +0300 timeless progress: Add estimated time remaining for long tasks
Fri, 10 Dec 2010 16:56:12 -0600 Augie Fackler progress: react more reasonably to nested progress topics
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Sat, 09 Oct 2010 09:55:52 -0500 Augie Fackler progress: make sure stderr has isatty before calling (issue2191)
Thu, 01 Jul 2010 19:23:26 -0500 Brodie Rao color/progress: subclass ui instead of using wrapfunction (issue2096) stable
Sun, 27 Jun 2010 22:20:47 -0500 Augie Fackler progress: check stderr.isatty() before each print stable
Thu, 08 Apr 2010 15:04:00 -0500 Augie Fackler progress: fall back to indeterminate progress if position is >= total
Fri, 02 Apr 2010 15:22:00 -0500 Brodie Rao ui: add ui.write() output labeling API
Mon, 29 Mar 2010 16:44:24 -0500 Augie Fackler progress: use stderr instead of stdout; check stderr.isatty() stable
Thu, 11 Mar 2010 16:54:34 -0600 Augie Fackler progress: document progress.disable config option stable
Sat, 06 Mar 2010 13:32:14 +0100 Benoit Boissinot progress: clear progress before writing to stderr stable
Tue, 23 Feb 2010 23:10:01 -0600 Steve Borho progress: provide an explicit disable method for developers stable
Sun, 21 Feb 2010 15:26:55 +0100 Ronny Pfannschmidt make the progress extension honor ui.quiet stable
Sun, 14 Feb 2010 17:09:52 +0100 Martin Geisler progress: use inline literals in help string stable
Sun, 14 Feb 2010 15:42:47 +0100 Patrick Mezard progress: make progress.refresh=0 always display the progress line stable
Sun, 14 Feb 2010 01:52:31 -0500 Brodie Rao remove unused imports stable
Sun, 14 Feb 2010 13:58:30 +0100 Patrick Mezard progress: make use of progress.refresh stable
Sat, 13 Feb 2010 23:34:15 -0500 Brodie Rao progress: make determinate bar more like wget progress bar
Sat, 13 Feb 2010 23:34:20 -0500 Brodie Rao progress: simplify spacejoin()
Sun, 14 Feb 2010 00:46:13 +0200 timeless progress: fix description
Sat, 13 Feb 2010 09:49:06 -0600 Augie Fackler progress: only reset state if finishing progress for the current topic