log mercurial/cmdutil.py @ 19293:446ab88d3f1c

age author description
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
Fri, 08 Feb 2013 22:54:17 +0100 Mads Kiilerich export: show 'Date' header in a format that also is readable for humans
Sat, 09 Feb 2013 15:38:57 -0600 Augie Fackler export: clobber files with -o (bc) (issue3652)
Sat, 02 Feb 2013 15:37:17 -0200 Antonio Zanardo commit: show active bookmark in commit editor helper text
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich subrepos: process subrepos in sorted order
Tue, 15 Jan 2013 01:05:12 +0100 Mads Kiilerich log: make log work even if first parameter doesn't exist
Tue, 08 Jan 2013 20:37:37 +0100 Pierre-Yves David clfilter: enforce hidden changeset globally
Mon, 07 Jan 2013 19:24:36 +0100 Pierre-Yves David log: use "hidden" filtering instead of manual check at display time
Fri, 04 Jan 2013 13:48:07 +0100 Pierre-Yves David cmdutil: make options argument optional
Wed, 02 Jan 2013 00:24:28 -0600 Matt Mackall merge with stable
Sun, 30 Dec 2012 03:49:15 +0100 Pierre-Yves David amend: prevent loss of bookmark on failed amend stable
Sat, 29 Dec 2012 18:00:18 +0100 Pierre-Yves David amend: invalidate dirstate in case of failure (issue3670) stable
Fri, 28 Dec 2012 16:25:12 -0800 Siddharth Agarwal cmdutil: make getgraphlogrevs limit-aware
Fri, 28 Dec 2012 16:25:00 -0800 Siddharth Agarwal cmdutil: stop pretending we can calculate revs for graphlog lazily
Fri, 28 Dec 2012 16:24:36 -0800 Siddharth Agarwal cmdutil: store a local ref to repo.hiddenrevs in getgraphlogrevs
Fri, 28 Dec 2012 14:46:58 -0800 Siddharth Agarwal cmdutil: make getgraphlogrevs return revs in descending order
Tue, 04 Dec 2012 11:19:32 -0600 Kevin Bullock merge with stable
Fri, 30 Nov 2012 00:43:55 +0900 FUJIWARA Katsunori subrepo: add argument to "diff()" to pass "ui" of caller side (issue3712) (API) stable 2.4.1
Tue, 13 Nov 2012 19:32:53 -0600 Augie Fackler Merge with crew-stable.
Tue, 13 Nov 2012 08:41:56 -0800 Pierre-Yves David amend: force editor only if old message is reused (issue3698) stable