Mercurial > public > mercurial-scm > hg
log mercurial/debugcommands.py @ 31402:ea0395eec67b
age | author | description |
---|---|---|
Tue, 14 Mar 2017 13:10:30 -0700 | Kyle Lippincott | debuglabelcomplete: fix to call debugnamecomplete in new location |
Thu, 02 Mar 2017 13:31:07 +0100 | Pierre-Yves David | vfs: use 'vfs' module directly in 'mercurial.debugcommand' |
Thu, 02 Mar 2017 03:52:36 +0100 | Pierre-Yves David | vfs: replace 'scmutil.opener' usage with 'scmutil.vfs' |
Sat, 25 Feb 2017 19:43:14 +0100 | Pierre-Yves David | color: cleanup 'debugcolor' logic |
Tue, 21 Feb 2017 18:41:37 +0100 | Pierre-Yves David | color: move 'debugcolor' into the 'debugcommands' modules |
Mon, 20 Feb 2017 18:40:42 +0530 | Pulkit Goyal | py3: use pycompat.fsencode() to convert __file__ to bytes |