Mercurial > public > mercurial-scm > hg
log mercurial/debugcommands.py @ 36335:d639f60c8eb3
age | author | description |
---|---|---|
Tue, 20 Feb 2018 22:03:13 -0500 | Matt Harbison | debuginstall: strip double quotes from editorbin on Windows |
Sun, 18 Feb 2018 15:23:26 -0500 | Augie Fackler | debugbuilddag: use '%d' instead of str() to get numbered lines |
Sat, 17 Feb 2018 13:13:04 +0900 | Yuya Nishihara | debuginstall: do not parse editor command in posix way on Windows |
Thu, 04 Jan 2018 16:29:07 -0800 | Kyle Lippincott | debugcommands: print out the editor that was searched for (post shlexsplit) |
Tue, 13 Feb 2018 10:38:02 -0500 | Augie Fackler | debugcommands: mergestate version is an int, use %d on it |
Sun, 11 Feb 2018 19:26:53 -0800 | Gregory Szorc | py3: convert context to bytes instead of str |
Sat, 03 Feb 2018 12:01:01 -0800 | Gregory Szorc | debugcommands: introduce debugpeer command |