log hgext/mq.py @ 3691:79151c94c3b4

age author description
Mon, 20 Nov 2006 13:03:52 -0800 Brendan Cully mq: add --git option to qimport -r
Sun, 19 Nov 2006 22:02:00 +0100 Mathieu Clabaut Make qrefresh help more explanatory for options -m, -l and -s
Sun, 19 Nov 2006 23:47:19 +0100 Mathieu Clabaut Issue424: mq patch loses guard when qrenamed
Sun, 19 Nov 2006 17:01:59 -0200 Alexis S. L. Carvalho fix qseries -v when there are unapplied patches
Tue, 31 Oct 2006 17:24:42 -0800 Brendan Cully mq: handle qpush -a with empty series
Sun, 29 Oct 2006 10:53:51 +0100 Thomas Arendsen Hein Define and use nullrev (revision of nullid) instead of -1.
Fri, 27 Oct 2006 23:09:46 +0200 Thomas Arendsen Hein Merge with upstream
Fri, 27 Oct 2006 14:06:32 -0500 Matt Mackall Make util.unique return a list
Thu, 26 Oct 2006 17:27:07 -0500 Matt Mackall Make revrange return a list of ints so that callers don't have to convert
Thu, 26 Oct 2006 09:40:20 -0700 Brendan Cully mq: support qimport -
Mon, 23 Oct 2006 23:32:56 -0300 Alexis S. L. Carvalho make mq play nicely with the branch cache
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Wed, 18 Oct 2006 10:37:34 -0700 Brendan Cully patch: return list of modified files even when an exception is raised
Thu, 12 Oct 2006 14:02:41 -0700 Brendan Cully mq: make qdelete without -k or a subrepository delete all patches
Thu, 12 Oct 2006 13:24:09 -0700 Brendan Cully mq: change qdel --forget to --rev; accept any revision symbol
Tue, 03 Oct 2006 16:36:40 -0700 Brendan Cully mq: update qfold to call delete correctly
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Thu, 28 Sep 2006 11:41:33 -0700 Brendan Cully mq: raise util.Abort instead of using sys.exit(1)
Wed, 27 Sep 2006 14:50:20 -0700 Brendan Cully mq: don't write applied patches into series twice in restore
Wed, 27 Sep 2006 14:32:53 -0700 Brendan Cully mq: bail out if a patch appears more than once in the series file.
Wed, 27 Sep 2006 13:34:20 -0700 Brendan Cully mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev
Tue, 19 Sep 2006 10:22:30 -0700 Brendan Cully mq: Add --rev argument to qimport, to adopt existing changesets.
Tue, 19 Sep 2006 08:45:39 -0700 Brendan Cully qimport: rename patch to patchname to avoid shadowing module
Thu, 14 Sep 2006 22:52:47 +0200 Brendan Cully mq: handle patch names containing ":"
Thu, 14 Sep 2006 15:35:55 +0200 Brendan Cully mq: add qdelete --forget option
Wed, 13 Sep 2006 16:41:03 -0700 Brendan Cully mq: do not update an empty working directory after strip.
Tue, 12 Sep 2006 11:11:19 -0700 Brendan Cully mq: Add --git option to qrefresh
Wed, 13 Sep 2006 21:46:36 +0200 john levon Add the -s option to `hg help qseries`.
Wed, 13 Sep 2006 08:57:08 -0700 Brendan Cully Make qrename handle directory targets; closes #333.
Tue, 12 Sep 2006 17:27:41 +0200 Thomas Arendsen Hein Fixed python2.3 incompatibility (rsplit) in qpush/qpop with index.