Mercurial > public > mercurial-scm > hg
log mercurial/debugcommands.py @ 38239:ead71b15efd5
age | author | description |
---|---|---|
Wed, 06 Jun 2018 13:31:24 -0400 | Augie Fackler | merge with stable |
Sat, 26 May 2018 12:38:07 +0900 | Yuya Nishihara | py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.name |
Sat, 26 May 2018 12:14:04 +0900 | Yuya Nishihara | py3: wrap tempfile.mkstemp() to use bytes path |
Thu, 19 Apr 2018 07:57:06 +0200 | Paul Morelle | debugdeltachain: r.start and r.length can be retrieved outside the loop |
Fri, 11 May 2018 22:07:43 -0400 | Matt Harbison | debugextensions: process extensions loaded from the local repository too |
Thu, 10 May 2018 21:08:32 +0900 | Yuya Nishihara | stringutil: flip the default of pprint() to bprefix=False |
Tue, 08 May 2018 11:39:38 +0200 | Boris Feld | debugbundle: also display if a part is mandatory or advisory stable |