mercurial/cmdutil.py
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
Mon, 18 Nov 2013 14:02:26 -0500 Matt Mackall templater: fix escaping in nested string literals (issue4102) stable
Wed, 06 Nov 2013 18:19:04 -0500 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use
Tue, 22 Oct 2013 23:38:58 +0900 Yuya Nishihara cmdutil: fix makefileobj not to clobber default modemap dict stable
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich cmdutil: use None as default value for "function pointer" instead of False
Wed, 02 Oct 2013 15:20:49 -0700 Siddharth Agarwal cmdutil.service: move pidfile writing to the parent in daemon mode
Wed, 02 Oct 2013 15:17:50 -0700 Siddharth Agarwal cmdutil.service: move pidfile writing to a local function
Mon, 23 Sep 2013 21:31:37 -0700 Siddharth Agarwal cmdutil.bailifchanged: standardize error message for dirty working dir
Tue, 10 Sep 2013 19:49:34 -0700 Durham Goode log: make file log slow path usable on large repos
Fri, 26 Jul 2013 21:03:25 -0500 Matt Mackall revert: fix largefiles breakage stable
Fri, 26 Jul 2013 17:08:05 -0500 Matt Mackall revert: make backup when unforgetting a file (issue3423) stable
Thu, 25 Jul 2013 02:17:52 -0500 Matt Mackall checkunfinished: accommodate histedit quirk stable
Thu, 25 Jul 2013 00:33:28 -0500 Matt Mackall update: add tracking of interrupted updates (issue3113) stable
Wed, 24 Jul 2013 23:27:30 -0500 Matt Mackall cmdutil: core functionality to block during multistep commands (issue3955) stable
Thu, 30 May 2013 18:47:16 -0700 Durham Goode filelog: switch 'not len(filerevlog)' to 'not filerevlog'
Thu, 30 May 2013 19:25:55 -0700 Durham Goode log: move log file walk to its own function
Tue, 14 May 2013 11:23:15 -0700 Bryan O'Sullivan summary: augment output with info from extensions
Fri, 03 May 2013 12:40:17 -0700 Bryan O'Sullivan revert: ensure that copies and renames are honored (issue3920) stable
Wed, 17 Apr 2013 03:41:08 +0200 Mads Kiilerich amend: fix unlocking order - first lock then wlock
Wed, 17 Apr 2013 00:29:54 +0400 Alexander Plavin log: fix behavior with empty repositories (issue3497)
Fri, 08 Feb 2013 21:08:34 +0000 Brodie Rao amend: support amending merge changesets (issue3778)
Thu, 28 Mar 2013 18:27:19 -0700 Siddharth Agarwal duplicatecopies: do not mark items not in the dirstate as copies
Thu, 28 Mar 2013 00:14:27 -0700 Siddharth Agarwal duplicatecopies: fix arg name and docstring
Wed, 20 Feb 2013 11:31:38 -0800 Bryan O'Sullivan cmdutil: use a small initial window with --limit
Tue, 12 Feb 2013 16:32:14 +0000 Kevin Bullock commit: factor out status printing into a helper function
less more (0) -300 -100 -60 tip