log hgext/mq.py @ 4133:a9ee6c53af8d

age author description
Sat, 03 Mar 2007 17:54:13 +0100 Christian Ebert mq: abort cleanly when invalid patch name is given to qguard
Tue, 13 Feb 2007 08:54:48 -0500 Ben Thomas Modify qpush/qpop idempotent operations to return success
Sat, 17 Feb 2007 04:50:03 -0200 Alexis S. L. Carvalho mq: propagate the return error of pop
Fri, 16 Feb 2007 05:27:37 -0200 Alexis S. L. Carvalho merge with crew-stable
Thu, 15 Feb 2007 08:44:08 -0200 Alexis S. L. Carvalho qclone: don't call reposetup manually
Fri, 09 Feb 2007 03:48:30 -0200 Alexis S. L. Carvalho mq: qinit -c creates a repo even after a regular qinit
Tue, 06 Feb 2007 16:12:22 -0600 Matt Mackall Merge with stable
Tue, 06 Feb 2007 15:54:58 -0200 Alexis S. L. Carvalho fix strip'ping the second parent of a merge
Mon, 29 Jan 2007 17:33:09 +0100 Thomas Arendsen Hein mq: Mention usage of hg add/remove/copy/rename in qrefresh help text.
Mon, 22 Jan 2007 20:22:25 -0800 Brendan Cully mq: allow push if -r is given explicitly
Wed, 17 Jan 2007 22:19:36 +0100 Patrick Mezard Enforce unixish style for all generated patch names.
Tue, 02 Jan 2007 22:40:52 +0100 Thomas Arendsen Hein sync with -stable
Tue, 26 Dec 2006 21:57:20 +0100 Benoit Boissinot mq: fix strip failing to unlink a bundle
Tue, 26 Dec 2006 03:29:45 +0100 Benoit Boissinot mq: remove unecessary code, duplicate with util.opener
Tue, 26 Dec 2006 03:29:00 +0100 Benoit Boissinot mq: use contexts
Mon, 25 Dec 2006 13:37:00 +0100 Benoit Boissinot remove various unused import
Fri, 15 Dec 2006 18:38:09 -0800 Brendan Cully Merge with crew-stable
Fri, 15 Dec 2006 23:19:12 +0100 Benoit Boissinot fix strip on windows
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Tue, 12 Dec 2006 12:40:51 -0800 Brendan Cully mq: fix qheader without args when guards are applied after qtop
Mon, 11 Dec 2006 16:40:42 -0800 Brendan Cully mq: auto-ignore guards in qinit -c
Mon, 11 Dec 2006 16:32:45 -0800 Brendan Cully mq: fix explain_pushable for negative guards
Mon, 20 Nov 2006 23:37:21 +0100 Mathieu Clabaut Uniformisation of commit help for -m and -l.
Thu, 07 Dec 2006 14:35:43 -0200 Alexis S. L. Carvalho fix encoding conversion of branch names when mq is loaded
Sat, 02 Dec 2006 18:41:07 -0200 Alexis S. L. Carvalho fix qseries -v and guards interaction
Wed, 22 Nov 2006 23:07:15 +0100 Thomas Arendsen Hein Make mq use changegroup.writebundle for writing strip backups.
Wed, 22 Nov 2006 23:02:28 +0100 Thomas Arendsen Hein Removed unused ui parameter from revpair/revrange and fix its users.
Mon, 20 Nov 2006 19:32:43 -0200 Alexis S. L. Carvalho qrefresh: fix handling of copies in the fast path
Mon, 20 Nov 2006 19:32:42 -0200 Alexis S. L. Carvalho qrefresh: fix handling of added files (including copies) in the slow path
Mon, 20 Nov 2006 19:32:41 -0200 Alexis S. L. Carvalho qrefresh: respect --git even in the slow path
Mon, 20 Nov 2006 19:32:40 -0200 Alexis S. L. Carvalho add --git option to qdiff
Mon, 20 Nov 2006 13:06:04 -0800 Brendan Cully Merge with crew
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
Thu, 26 Oct 2006 09:40:20 -0700 Brendan Cully mq: support qimport -
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
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