log mercurial/debugcommands.py @ 31689:57a22f699179

age author description
Sat, 25 Mar 2017 13:50:17 -0400 Matt Harbison color: stop mutating the default effects map
Sun, 26 Mar 2017 17:59:33 -0700 Jun Wu debugfsinfo: improve case-sensitive testing
Sun, 26 Mar 2017 17:29:37 -0700 Jun Wu debugfsinfo: show fstype for given path
Thu, 23 Mar 2017 12:03:19 -0700 Jun Wu debugfsinfo: use util.getfstype
Sun, 12 Mar 2017 01:34:17 -0800 Jun Wu debugfsinfo: print fstype information
Tue, 21 Mar 2017 06:50:28 -0700 Ryan McElroy debug: use tryunlink
Sat, 18 Mar 2017 19:59:47 +0900 Yuya Nishihara debugtemplate: pass ui to templater so label() works
Wed, 15 Mar 2017 23:06:50 +0900 Yuya Nishihara util: wrap s.encode('string_escape') call for future py3 compatibility
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
Sun, 19 Feb 2017 18:19:33 +0900 Yuya Nishihara revset: split language services to revsetlang module (API)
Thu, 16 Feb 2017 17:30:35 +0530 Pulkit Goyal py3: convert the mode argument of os.fdopen to unicodes
Thu, 02 Feb 2017 10:07:53 +0100 Pierre-Yves David debugcommands: move 'debugwireargs' in the new module
Thu, 02 Feb 2017 10:07:28 +0100 Pierre-Yves David debugcommands: move 'debugwalk' in the new module
Thu, 02 Feb 2017 10:06:01 +0100 Pierre-Yves David debugcommands: move 'debugtemplate' in the new module
Thu, 02 Feb 2017 10:05:22 +0100 Pierre-Yves David debugcommands: move 'debugsuccessorssets' in the new module
Thu, 02 Feb 2017 10:04:55 +0100 Pierre-Yves David debugcommands: move 'debugsub' in the new module
Thu, 02 Feb 2017 10:04:34 +0100 Pierre-Yves David debugcommands: move 'debugstate' in the new module
Thu, 02 Feb 2017 10:04:02 +0100 Pierre-Yves David debugcommands: move 'debugsetparents' in the new module
Thu, 02 Feb 2017 10:03:31 +0100 Pierre-Yves David debugcommands: move 'debugrevspec' in the new module
Thu, 02 Feb 2017 10:02:40 +0100 Pierre-Yves David debugcommands: move 'debugrevlog' in the new module
Thu, 02 Feb 2017 10:01:54 +0100 Pierre-Yves David debugcommands: move 'debugrename' in the new module
Thu, 02 Feb 2017 10:01:00 +0100 Pierre-Yves David debugcommands: move 'debugrebuildfncache' in the new module
Thu, 02 Feb 2017 10:00:26 +0100 Pierre-Yves David debugcommands: move 'debugrebuilddirstate' in the new module
Thu, 02 Feb 2017 09:59:47 +0100 Pierre-Yves David debugcommands: move 'debugpvec' in the new module
Wed, 01 Feb 2017 17:48:30 +0100 Pierre-Yves David debugcommands: move 'debugpushkey' in the new module