mercurial/commands.py
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
Mon, 13 Feb 2017 09:44:16 -0800 Martin von Zweigbergk merge with stable
Sun, 12 Feb 2017 02:23:33 +0900 FUJIWARA Katsunori misc: update year in copyright lines stable
Fri, 10 Feb 2017 15:26:03 -0800 Martin von Zweigbergk import: mention "stdin" (abbreviated) and add example
Tue, 07 Feb 2017 22:47:24 +0530 Pulkit Goyal py3: convert os.__file__ to bytes
Sun, 16 Oct 2016 17:28:51 +0900 Yuya Nishihara smartset: move set classes and related functions from revset module (API)
Sun, 05 Feb 2017 18:57:19 +0900 Yuya Nishihara help: show section that couldn't be found
Wed, 18 Jan 2017 03:44:19 +0530 Pulkit Goyal help: update help for `hg update` which was misleading (issue5427)
Thu, 12 Jan 2017 12:05:23 -0800 Martin von Zweigbergk bisect: refer directly to bisect() revset predicate in help
Thu, 12 Jan 2017 11:52:05 -0800 Martin von Zweigbergk help: remove now-redundant pointer to revsets help
Sat, 24 Dec 2016 15:21:46 -0700 Gregory Szorc wireproto: advertise supported media types and compression formats
Tue, 10 Jan 2017 11:20:32 -0800 Gregory Szorc commands: config option to control bundle compression level
Sat, 07 Jan 2017 12:24:15 +0100 Denis Laxalde summary: use ui.label and join to write evolution troubles
Fri, 06 Jan 2017 14:35:22 +0100 Denis Laxalde summary: add evolution "troubles" information to summary output
Fri, 06 Jan 2017 14:34:34 +0100 Denis Laxalde summary: use the same labels as log command in "parent: " line
Sun, 25 Dec 2016 03:06:55 +0530 Pulkit Goyal py3: have a bytes version of shlex.split()
Tue, 20 Dec 2016 00:20:07 +0530 Pulkit Goyal py3: replace sys.executable with pycompat.sysexecutable
Mon, 19 Dec 2016 02:15:24 +0530 Pulkit Goyal py3: replace sys.platform with pycompat.sysplatform (part 1 of 2)
Sun, 23 Oct 2016 17:47:00 +0900 Yuya Nishihara ui: do not translate empty configsource() to 'none' (API)
Sat, 17 Dec 2016 19:56:30 +0530 Pulkit Goyal py3: replace os.sep with pycompat.ossep (part 1 of 4)
Sat, 17 Dec 2016 19:36:40 +0530 Pulkit Goyal py3: use %d instead of %s for integers
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
Sat, 15 Oct 2016 14:19:16 +0900 Yuya Nishihara server: add public function to select either cmdserver or hgweb
Sat, 15 Oct 2016 14:09:36 +0900 Yuya Nishihara server: move service factory from hgweb
Sat, 15 Oct 2016 13:57:17 +0900 Yuya Nishihara server: move service table and factory from commandserver
Sat, 15 Oct 2016 13:47:43 +0900 Yuya Nishihara server: move cmdutil.service() to new module (API)
Wed, 17 Aug 2016 20:41:05 -0700 Gregory Szorc debugcommands: move 'debugcomplete' in the new module
Wed, 17 Aug 2016 20:40:13 -0700 Gregory Szorc debugcommands: move 'debugcommands' in the new module
Wed, 17 Aug 2016 20:38:29 -0700 Gregory Szorc debugcommands: move 'debugcheckstate' in the new module
Wed, 17 Aug 2016 20:37:54 -0700 Gregory Szorc debugcommands: move debug{create,apply}streambundleclone to the new module
Wed, 17 Aug 2016 21:07:22 -0700 Gregory Szorc debugcommands: move 'debugbundle' in the new module
less more (0) -3000 -1000 -300 -100 -60 tip