mercurial/cmdutil.py
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
Sat, 08 Mar 2014 16:14:08 -0600 Matt Mackall changeset_templater: remove use_template method
Sat, 08 Mar 2014 16:01:58 -0600 Matt Mackall cmdutil: make helper function to process template args
Thu, 06 Feb 2014 10:15:20 +0400 Alexander Drozdov cmdutil: make commitforceeditor() to pass revision extras to ui.edit()
Wed, 26 Feb 2014 18:56:27 -0800 Pierre-Yves David revert: extract actual revert in its own function
Thu, 13 Feb 2014 14:27:12 -0800 Lucas Moscovicz cmdutil: implemented new lazy increasingwindows
Tue, 11 Feb 2014 16:52:36 -0800 Pierre-Yves David import: move tryone closure in cmdutil
Tue, 11 Feb 2014 16:30:23 -0800 Pierre-Yves David debugobsolete: extract marker display in a dedicated function
Mon, 03 Feb 2014 18:36:00 -0500 Augie Fackler itersubrepos: move to scmutil to break a direct import cycle
Tue, 21 Jan 2014 11:39:26 -0800 Lucas Moscovicz revset: added baseset class (still empty) to improve revset performance
Tue, 19 Nov 2013 11:29:56 -0500 Matt Mackall merge with stable
less more (0) -300 -100 -60 tip