log mercurial/debugcommands.py @ 44315:aa0fc32ece9e

age author description
Fri, 22 Nov 2019 20:27:09 -0800 Gregory Szorc debugcommands: add Python implementation to debuginstall
Sat, 18 Jan 2020 10:37:14 -0800 Gregory Szorc debugcommands: move away from line buffered output on binary stream
Fri, 06 Dec 2019 20:40:02 -0500 Matt Harbison match: resolve filesets against the passed `cwd`, not the current one
Fri, 27 Dec 2019 13:24:20 -0500 Matt Harbison debug: drop unused variable assignments
Sun, 15 Dec 2019 18:30:16 -0500 Matt Harbison debugcommands: finish moving `extendeddateformats` from util to dateutil
Thu, 14 Nov 2019 13:27:57 -0500 Augie Fackler debugcommands: add assertions to convince pytype peer is not None
Wed, 13 Nov 2019 22:35:15 -0500 Augie Fackler debugcommands: suppress import errors for pytype
Sun, 17 Nov 2019 01:34:52 -0500 Matt Harbison debugextensions: gracefully handle missing __file__ attributes
Sun, 17 Nov 2019 01:00:06 -0500 Matt Harbison debuginstall: gracefully handle missing __file__ attributes
Wed, 13 Nov 2019 22:30:33 -0500 Augie Fackler debugcommands: don't shadow the error module
Thu, 14 Nov 2019 08:03:26 -0800 Martin von Zweigbergk utils: move finddirs() to pathutil
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Tue, 15 Oct 2019 11:06:04 -0400 Augie Fackler cleanup: hgdemandimport.tracing accepts strings, not bytes
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David debugsidedata: small doc improvement