log mercurial/commands.py @ 30720:32f160ceb99d

age author description
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
Mon, 21 Nov 2016 21:06:22 -0500 Augie Fackler commands: refer to dirstateguard by its new name
Sat, 19 Nov 2016 10:54:21 -0800 Gregory Szorc debuginstall: print compression engine support
Thu, 17 Nov 2016 20:30:00 -0800 Gregory Szorc commands: print chunk type in debugrevlog
Thu, 10 Nov 2016 09:45:42 -0800 Gregory Szorc debugcommands: move debugbuilddag
Wed, 17 Aug 2016 21:07:38 -0700 Gregory Szorc debugcommands: introduce standalone module for debug commands
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Sun, 06 Nov 2016 04:10:33 +0530 Pulkit Goyal py3: use pycompat.ossep at certain places
Mon, 31 Oct 2016 17:12:32 -0500 Nathan Goldbaum tag: clarify warning about making a tag on a branch head stable
Tue, 01 Nov 2016 20:39:35 +0900 FUJIWARA Katsunori help: replace selenic.com by mercurial-scm.org in command examples stable
Wed, 19 Oct 2016 15:07:11 -0700 Gregory Szorc commands: print security protocol support in debuginstall stable
Fri, 14 Oct 2016 09:52:38 +0200 Philippe Pepiot commit: return 1 for interactive commit with no changes (issue5397)
Wed, 24 Aug 2016 05:09:46 +0200 Pierre-Yves David bisect: extra a small initialisation outside of a loop
Sun, 09 Oct 2016 09:42:46 -0400 Augie Fackler debuginstall: use %d instead of %s for formatting an int
Wed, 24 Aug 2016 05:06:21 +0200 Pierre-Yves David bisect: build a displayer only once
Wed, 24 Aug 2016 05:04:46 +0200 Pierre-Yves David bisect: factor commonly update sequence
Wed, 24 Aug 2016 04:25:20 +0200 Pierre-Yves David bisect: move check_state into the bisect module
Wed, 24 Aug 2016 04:23:13 +0200 Pierre-Yves David bisect: simplify conditional in 'check_state'
Wed, 24 Aug 2016 04:22:40 +0200 Pierre-Yves David bisect: remove code about "update-flag" in check_state
Sun, 09 Oct 2016 03:50:55 +0200 Pierre-Yves David bisect: rename 'check_code' to match our naming scheme
Wed, 24 Aug 2016 04:48:17 +0200 Pierre-Yves David bisect: minor movement of code handle flag updating state
Wed, 24 Aug 2016 04:19:11 +0200 Pierre-Yves David bisect: move 'printresult' in the 'hbisect' module
Wed, 24 Aug 2016 04:16:07 +0200 Pierre-Yves David bisect: move the 'extendrange' to the 'hbisect' module
Wed, 24 Aug 2016 04:13:53 +0200 Pierre-Yves David bisect: extract the 'reset' logic into its own function
Wed, 24 Aug 2016 04:31:49 +0200 Pierre-Yves David bisect: access the filesystem through vfs when reseting
Fri, 07 Oct 2016 08:51:50 -0700 Simon Farnsworth merge: add conflict labels to merge command
Sat, 01 Oct 2016 15:10:38 -0400 Augie Fackler merge with stable
Fri, 23 Sep 2016 12:45:10 -0500 Kevin Bullock grep: rewrite help to better document current (confusing) behavior stable
Tue, 20 Sep 2016 23:47:02 +0000 timeless serve: use single quotes in use warning
Tue, 20 Sep 2016 23:46:15 +0000 timeless bundle: use single quotes in use warning
Tue, 20 Sep 2016 20:12:38 +0000 timeless push: update help hint to point to config.paths section
Mon, 29 Aug 2016 07:07:15 +0200 Mathias De Maré config: add template support