Mercurial > public > mercurial-scm > hg
log mercurial/debugcommands.py @ 43089:c59eb1560c44
age | author | description |
---|---|---|
Sun, 06 Oct 2019 16:55:18 -0400 | Gregory Szorc | py3: manually import getattr where it is needed |
Sun, 06 Oct 2019 13:28:56 -0400 | Gregory Szorc | py3: manually import pycompat.open into files that need it |
Sun, 06 Oct 2019 10:51:16 -0400 | Augie Fackler | cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n |
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 |
Sun, 06 Oct 2019 09:27:10 -0400 | Pierre-Yves David | debugsidedata: fix verbose mode on python3 |
Tue, 10 Sep 2019 00:15:47 +0200 | Pierre-Yves David | sidedata: add a debugsidedata command |