log mercurial/cmdutil.py @ 20756:e7833e63bb42

age author description
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