mercurial/debugcommands.py
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Sat, 13 Aug 2016 12:18:58 +0900 Yuya Nishihara mpatch: switch to policy importer
Sat, 13 Aug 2016 12:12:50 +0900 Yuya Nishihara bdiff: switch to policy importer
Sat, 13 Aug 2016 12:08:23 +0900 Yuya Nishihara base85: switch to policy importer
Fri, 12 Aug 2016 11:35:17 +0900 Yuya Nishihara osutil: switch to policy importer
Thu, 18 May 2017 18:01:01 -0400 Augie Fackler debugcommands: use repo[None].walk instead of repo.walk
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Wed, 17 May 2017 19:52:18 -0700 Gregory Szorc revlog: rename constants (API)
Tue, 02 May 2017 21:35:06 +0200 Pierre-Yves David caches: introduce a 'debugupdatecaches' command
Sat, 13 May 2017 03:37:50 +0900 FUJIWARA Katsunori debugcommands: add debugpickmergetool to examine which merge tool is chosen
Sat, 06 May 2017 12:12:53 -0700 Gregory Szorc revlog: rename _chunkraw to _getsegmentforrevs()
Wed, 26 Apr 2017 23:30:52 +0900 Yuya Nishihara debuginstall: check C extensions only if they are loadable per policy
Fri, 07 Apr 2017 18:53:17 +0200 Pierre-Yves David upgrade: extract code in its own module
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
Wed, 01 Feb 2017 17:47:35 +0100 Pierre-Yves David debugcommands: move 'debugpathcomplete' in the new module
Wed, 01 Feb 2017 17:46:21 +0100 Pierre-Yves David debugcommands: move 'debugobsolete' in the new module
Wed, 01 Feb 2017 17:42:49 +0100 Pierre-Yves David debugcommands: move 'debuglocks' in the new module
Wed, 01 Feb 2017 17:41:12 +0100 Pierre-Yves David debugcommands: move 'debugnamecomplete' in the new module
Wed, 01 Feb 2017 17:40:20 +0100 Pierre-Yves David debugcommands: move 'debugmergestate' in the new module
Wed, 01 Feb 2017 17:39:31 +0100 Pierre-Yves David debugcommands: move 'debuglabelcomplete' in the new module
Wed, 01 Feb 2017 17:33:46 +0100 Pierre-Yves David debugcommands: move 'debugknown' in the new module
Wed, 01 Feb 2017 17:31:05 +0100 Pierre-Yves David debugcommands: extract debuginstall in the debugcommands module
Sun, 18 Dec 2016 16:16:54 -0800 Gregory Szorc repair: implement requirements checking for upgrades
Thu, 24 Nov 2016 16:24:09 -0800 Gregory Szorc debugcommands: stub for debugupgraderepo command
Thu, 05 Jan 2017 17:16:07 +0000 Remi Chaintron revlog: add 'raw' argument to revision and _addrevision
Fri, 25 Nov 2016 09:59:39 -0800 Gregory Szorc debugcommands: sort command order
Wed, 17 Aug 2016 21:01:02 -0700 Gregory Szorc debugcommands: move 'debugdeltachain' in the new module
Wed, 17 Aug 2016 21:00:11 -0700 Gregory Szorc debugcommands: move 'debugindex' and 'debugindexdot' in the new module
Wed, 17 Aug 2016 20:59:13 -0700 Gregory Szorc debugcommands: move 'debugignore' in the new module
Thu, 10 Nov 2016 09:44:47 -0800 Gregory Szorc debugcommands: move 'debuggetbundle' in the new module
Wed, 17 Aug 2016 20:58:16 -0700 Gregory Szorc debugcommands: move 'debugfsinfo' in the new module
less more (0) -60 tip