mercurial/cmdutil.py
Mon, 18 Aug 2014 17:17:23 -0700 Pierre-Yves David debugobsolete: display parents information from markers
Sat, 16 Aug 2014 10:43:59 +0900 FUJIWARA Katsunori import: change "editform" to distinguish merge commits from others
Sat, 16 Aug 2014 10:43:59 +0900 FUJIWARA Katsunori commit: change "editform" to distinguish merge commits from other (--amend)
Sat, 16 Aug 2014 10:43:59 +0900 FUJIWARA Katsunori commit: change "editform" to distinguish merge commits from others
Wed, 25 Jun 2014 00:02:17 +0100 Pierre-Yves David revert: drop dead code for untracked files
Wed, 25 Jun 2014 00:01:30 +0100 Pierre-Yves David revert: handle unknown files through status
Tue, 24 Jun 2014 23:55:43 +0100 Pierre-Yves David revert: drop more dead code
Sat, 02 Aug 2014 13:07:01 -0700 Pierre-Yves David revert: add a message to noop action
Fri, 01 Aug 2014 11:41:56 -0700 Pierre-Yves David revert: simplify loop conditional
Tue, 24 Jun 2014 18:04:13 +0100 Pierre-Yves David revert: explode the action tuple in the for loop
Sat, 02 Aug 2014 12:45:34 -0700 Pierre-Yves David revert: use actions[...] in all disptable cases
Tue, 24 Jun 2014 17:54:33 +0100 Pierre-Yves David revset: factorize backup decision
Tue, 24 Jun 2014 17:44:31 +0100 Pierre-Yves David revert: use a flat dispatch table
Wed, 13 Aug 2014 23:42:36 -0700 Pierre-Yves David debugobsolete: explicitly display date in the output
Fri, 15 Aug 2014 09:41:30 -0700 Pierre-Yves David obsmarker: add a `flags` method
Tue, 24 Jun 2014 16:59:40 +0100 Pierre-Yves David revert: add an XXX about rename tracking
Tue, 24 Jun 2014 17:39:43 +0100 Pierre-Yves David revert: inline a now useless closure
Tue, 24 Jun 2014 17:37:24 +0100 Pierre-Yves David revert: remove code killed by the double status
Tue, 24 Jun 2014 17:36:49 +0100 Pierre-Yves David revert: drop `missingmodified` set
Tue, 24 Jun 2014 17:28:20 +0100 Pierre-Yves David revert: detect files added during a merge
Sat, 02 Aug 2014 11:32:24 -0700 Pierre-Yves David revert: simplify handling of `added` files
Fri, 15 Aug 2014 23:05:53 +0900 FUJIWARA Katsunori ui: invoke editor for committing with HGEDITFORM environment variable
Tue, 24 Jun 2014 17:27:18 +0100 Pierre-Yves David revert: use modified information from both statuses
Tue, 24 Jun 2014 16:57:16 +0100 Pierre-Yves David revert: drop special case handling for file unknown in parent
Tue, 24 Jun 2014 16:53:22 +0100 Pierre-Yves David revert: use "remove" information from both statuses
Fri, 01 Aug 2014 18:27:47 -0700 Pierre-Yves David revert: process removed files missing in target as clean
Thu, 31 Jul 2014 15:52:56 -0700 Pierre-Yves David revert: also track clean files
Fri, 01 Aug 2014 18:57:53 -0700 Pierre-Yves David revert: triage "deleted" files into more appropriate categories
Thu, 14 Aug 2014 16:25:47 -0500 Matt Mackall merge with stable
Wed, 13 Aug 2014 15:17:03 -0700 Siddharth Agarwal cmdutil: add a hook for making custom non-follow log file matchers stable
Wed, 13 Aug 2014 15:15:13 -0700 Siddharth Agarwal cmdutil: rename _makelogfilematcher to _makefollowlogfilematcher stable
Thu, 31 Jul 2014 16:03:26 -0700 Pierre-Yves David revert: issue "no changes needed" message for files missing on both side
Tue, 24 Jun 2014 15:47:12 +0100 Pierre-Yves David revert: call status against revert target too
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
less more (0) -300 -100 -60 tip