Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Tue, 08 Jan 2019 00:12:08 -0800 |
Martin von Zweigbergk |
progress: move cached debug flag from progress.progbar to scmutil.progress
|
Mon, 10 Dec 2018 20:06:58 +0000 |
Gregory Szorc |
progress: avoid ui.configbool() lookup when progress bar is active
|
Tue, 19 Jun 2018 22:11:34 -0700 |
Martin von Zweigbergk |
progress: extract function for closing topic
|
Tue, 19 Jun 2018 22:06:28 -0700 |
Martin von Zweigbergk |
progress: use context manager for lock
|
Sun, 25 Feb 2018 23:09:07 -0500 |
Augie Fackler |
py3: convert known-int values to bytes using %d
|
Wed, 14 Feb 2018 21:36:15 +0900 |
Yuya Nishihara |
progress: use '%*d' to pad progress value
|
Tue, 13 Feb 2018 10:20:57 -0500 |
Augie Fackler |
progress: use %d to format ints instead of %s
|
Tue, 13 Feb 2018 08:43:14 -0500 |
Augie Fackler |
progress: determine padding width portably
|
Wed, 11 Oct 2017 22:53:17 +0200 |
Boris Feld |
configitems: register the 'progress.format' config
|
Fri, 29 Sep 2017 15:48:34 +0000 |
Alex Gaynor |
style: never use a space before a colon or comma
|
Wed, 27 Sep 2017 15:14:59 -0700 |
Jun Wu |
progress: make ETA only consider progress made in the last minute
|
Wed, 27 Sep 2017 14:30:58 -0700 |
Jun Wu |
progress: remove progress.estimate config
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
Fri, 30 Jun 2017 03:44:04 +0200 |
Pierre-Yves David |
configitems: register the 'progress.estimate' config
|
Fri, 30 Jun 2017 03:44:02 +0200 |
Pierre-Yves David |
configitems: register the 'progress.clear-complete' config
|
Thu, 13 Apr 2017 22:31:17 +0900 |
Yuya Nishihara |
progress: retry ferr.flush() and .write() on EINTR (issue5532)
|
Thu, 13 Apr 2017 22:27:25 +0900 |
Yuya Nishihara |
progress: extract stubs to restart ferr.flush() and .write() on EINTR
|
Thu, 20 Oct 2016 22:12:48 +0900 |
Yuya Nishihara |
progress: obtain stderr from ui
|
Fri, 06 May 2016 17:53:06 -0500 |
Matt Mackall |
progress: stop excessive clearing (issue4801)
stable
|
Wed, 17 Feb 2016 15:18:30 -0800 |
Matt Anderson |
progress: display progress bar when HGPLAINEXCEPT contains "progress"
|
Sat, 17 Oct 2015 00:58:46 +0200 |
Mads Kiilerich |
spelling: trivial spell checking
|
Sat, 26 Sep 2015 00:10:48 -0400 |
Augie Fackler |
progress: force a repaint of a printed progress bar after a clear()
|
Sat, 08 Aug 2015 19:57:10 -0700 |
Gregory Szorc |
progress: use absolute_import
|
Thu, 25 Jun 2015 17:56:54 -0500 |
Matt Mackall |
progress: mark experimental option
|
Tue, 16 Jun 2015 14:11:58 -0400 |
Augie Fackler |
progress: respect ui.quiet (issue4726)
|
Sun, 07 Jun 2015 17:19:20 -0700 |
Pierre-Yves David |
progress: move most extension code into a 'mercurial.progress' module
|