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.
|