mercurial/debugcommands.py
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
Wed, 17 Aug 2016 20:57:57 -0700 Gregory Szorc debugcommands: move 'debugfileset' in the new module
Wed, 23 Nov 2016 00:03:11 +0530 Pulkit Goyal py3: use pycompat.getcwd() instead of os.getcwd()
Wed, 17 Aug 2016 20:57:15 -0700 Gregory Szorc debugcommands: move 'debugextensions' to the new module
Wed, 17 Aug 2016 20:56:11 -0700 Gregory Szorc debugcommands: move 'debugdiscovery' in the module
Wed, 17 Aug 2016 20:43:31 -0700 Gregory Szorc debugcommands: move 'debugdate' in the new module
Wed, 17 Aug 2016 20:43:05 -0700 Gregory Szorc debugcommands: move 'debugrevlogopts' into the new module
Wed, 17 Aug 2016 20:41:54 -0700 Gregory Szorc debugcommands: move 'debugdag' into the new module
Wed, 17 Aug 2016 20:41:05 -0700 Gregory Szorc debugcommands: move 'debugcomplete' in the new module
less more (0) -60 tip