Mercurial > public > mercurial-scm > hg
log mercurial/progress.py @ 43201:6ceb3721e203
age | author | description |
---|---|---|
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 |