log mercurial/progress.py @ 41774:2e2076c8c25f

age author description
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