mercurial/cmdutil.py
Tue, 24 Jun 2014 15:35:43 +0100 Pierre-Yves David revert: prefix variable names for dirstate status with "ds"
Tue, 24 Jun 2014 15:28:22 +0100 Pierre-Yves David revert: move manifest membership condition outside of the loop
Sat, 02 Aug 2014 21:46:27 +0900 FUJIWARA Katsunori cmdutil: use '[committemplate]' section like as map file for style definition
Sat, 02 Aug 2014 21:46:27 +0900 FUJIWARA Katsunori cmdutil: look commit template definition up by specified 'editform'
Sat, 02 Aug 2014 21:46:27 +0900 FUJIWARA Katsunori import: pass 'editform' argument to 'cmdutil.getcommiteditor'
Sat, 02 Aug 2014 21:46:27 +0900 FUJIWARA Katsunori commit: pass 'editform' argument to 'cmdutil.getcommiteditor'
Sat, 02 Aug 2014 21:46:26 +0900 FUJIWARA Katsunori cmdutil: introduce 'editform' to distinguish the purpose of commit text editing
Tue, 22 Jul 2014 22:40:16 -0700 Durham Goode log: allow patterns with -f
Fri, 01 Aug 2014 21:36:56 +0900 Yuya Nishihara log: do not use exact matcher for --patch --follow without file (issue4319) stable
Fri, 25 Jul 2014 15:35:09 -0500 Matt Mackall templates: re-add template listing support stable
Tue, 15 Jul 2014 23:34:13 +0900 FUJIWARA Katsunori cmdutil: make commit message shown in text editor customizable by template
Fri, 18 Jul 2014 23:15:28 -0500 Matt Mackall commiteditor: refactor default extramsg
Sat, 12 Jul 2014 18:31:18 -0700 Siddharth Agarwal log: use an exact matcher for --patch --follow
Wed, 16 Jul 2014 17:35:04 -0500 Matt Mackall merge with stable
Sat, 12 Jul 2014 02:23:17 -0700 Siddharth Agarwal log: make --patch --follow work inside a subdirectory stable
Sat, 12 Jul 2014 20:44:00 -0700 Siddharth Agarwal log: allow revset for --follow to be lazily evaluated
Tue, 15 Jul 2014 00:59:09 +0900 FUJIWARA Katsunori cmdutil: separate building commit text from 'commitforceeditor'
Wed, 02 Jul 2014 00:01:13 -0500 Matt Mackall merge with stable
Sat, 07 Jun 2014 15:14:36 -0400 Augie Fackler cmdutil: add copy-filtering support to duplicatecopies stable
Sun, 04 May 2014 22:20:00 -0700 Gregory Szorc cmdutil: support inferrepo in command decorator
Sun, 04 May 2014 22:12:34 -0700 Gregory Szorc cmdutil: add optionalrepo argument to command decorator
Sun, 04 May 2014 20:58:25 -0700 Gregory Szorc commands: add norepo argument to command decorator
Sun, 04 May 2014 18:45:04 -0700 Gregory Szorc cmdutil: better document command()
Thu, 15 Aug 2013 16:49:27 -0500 Sean Farley memfilectx: call super.__init__ instead of duplicating code
Wed, 14 May 2014 10:38:05 -0700 Pierre-Yves David revert: use p2 as parent when reverting against it
Wed, 14 May 2014 10:37:25 -0700 Pierre-Yves David revert: explicitly get status against the parent
Tue, 13 May 2014 17:28:19 -0700 Pierre-Yves David revert: group related data in tuple in the dispatch table
Tue, 13 May 2014 16:42:31 -0700 Pierre-Yves David revert: group action into a single dictionary
Tue, 13 May 2014 16:29:42 -0700 Pierre-Yves David revert: add some inline comments
Tue, 13 May 2014 16:29:20 -0700 Pierre-Yves David revert: cosmetic align of the dispatch table
Thu, 08 May 2014 17:08:17 -0700 Pierre-Yves David import: add --partial flag to create a changeset despite failed hunks
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori cmdutil: enhance "getcommiteditor()" for specific usages in MQ
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori import: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori amend: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori cmdutil: introduce "getcommiteditor()" to simplify code paths to choose editor
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori cmdutil: omit redundant "savecommitmessage()" in "tryimportone()"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori amend: use "editor" argument for "memctx.__init__" to save commit message
Fri, 28 Feb 2014 15:10:56 -0800 Lucas Moscovicz log: changed implementation to use graphlog code
Tue, 25 Feb 2014 10:40:04 -0800 Lucas Moscovicz cmdutil: changed _makegraphlogrevset to _makelogrevset
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori summary: introduce "summaryremotehooks" to avoid redundant incoming/outgoing check
Fri, 14 Mar 2014 21:32:05 -0400 Matt Harbison cat: support cat with explicit paths in subrepos
Thu, 13 Mar 2014 23:45:18 -0400 Matt Harbison cat: move most of the implementation into cmdutils.cat()
Wed, 16 Apr 2014 02:38:11 +0900 FUJIWARA Katsunori amend: invoke editor forcibly when "--edit" option is specified
Mon, 14 Apr 2014 23:27:31 -0400 Matt Mackall debugrevlog: use unfiltered view for changelog
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Tue, 18 Mar 2014 14:25:28 -0500 Matt Mackall merge with stable
Wed, 19 Mar 2014 01:07:41 +0900 FUJIWARA Katsunori amend: save commit message into ".hg/last-message.txt" stable
Fri, 14 Mar 2014 13:27:12 -0700 Lucas Moscovicz cmdutil: changed max method for lazy call
Fri, 14 Mar 2014 13:26:40 -0700 Lucas Moscovicz getgraphlogrevs: return an empty baseset instead of a empty list
Fri, 14 Mar 2014 16:26:50 -0700 Pierre-Yves David getgraphlogrevs: do not convert smartset to baseset
Fri, 14 Mar 2014 08:44:52 -0700 Lucas Moscovicz cmdutil: changed revset for spanset
Fri, 14 Mar 2014 11:35:17 -0700 Lucas Moscovicz cmdutil: changed code in _makegraphlogrevset not to use getitem
Fri, 14 Mar 2014 08:43:52 -0700 Lucas Moscovicz cmdutil: changed code in getgraphlogrevs not to use getitem
Thu, 13 Mar 2014 15:00:34 -0500 Matt Mackall merge with default
Wed, 05 Mar 2014 18:49:47 -0800 Lucas Moscovicz cmdutil: changed walkchangerevs to use spanset instead of baseset
Thu, 13 Mar 2014 12:05:08 -0500 Matt Mackall merge with stable
Thu, 13 Mar 2014 19:48:41 +0900 FUJIWARA Katsunori commit: create new amend changeset as secret correctly for "--secret" option stable
Sat, 08 Mar 2014 17:38:50 -0600 Matt Mackall templating: make -T much more flexible
less more (0) -300 -100 -60 tip