Sun, 24 Jun 2007 18:22:40 -0500 |
Matt Mackall |
strip: pull core strip logic into its own function
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
localrepo and dirstate: rename reload to invalidate
|
Wed, 13 Jun 2007 21:39:45 -0300 |
Alexis S. L. Carvalho |
mq: reduce matcher abuse
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
mq: grab locks before starting a transaction
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move dispatching code to cmdutil
|
Sat, 02 Jun 2007 09:21:56 -0500 |
Matt Mackall |
mq: pass a URL to clone
|
Sun, 13 May 2007 19:15:54 -0700 |
Brendan Cully |
Make mergepatch save queue now that qpush isn't.
|
Tue, 08 May 2007 13:10:27 -0700 |
Bryan O'Sullivan |
mq: add qgoto command.
|
Tue, 08 May 2007 13:08:20 -0700 |
Brendan Cully |
Fix test-patchbomb for crew
|
Tue, 08 May 2007 12:16:02 -0700 |
Bryan O'Sullivan |
MQ: tidy up if a qpush is interrupted.
|
Mon, 07 May 2007 00:12:35 +0200 |
Patrick Mezard |
Merge with crew-stable.
|
Sun, 06 May 2007 23:44:18 +0200 |
Patrick Mezard |
mq: fix qtop failure when the series ends with guarded patches.
|
Tue, 01 May 2007 13:23:32 -0700 |
Brendan Cully |
mq: account for readheaders munging in qrefresh
|
Thu, 12 Apr 2007 15:07:05 -0700 |
Brendan Cully |
Merge with crew-stable
|
Thu, 12 Apr 2007 14:45:53 -0700 |
Brendan Cully |
mq: fix qtop when some patches beneath are guarded
|
Tue, 10 Apr 2007 14:05:15 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 09 Apr 2007 04:24:17 -0300 |
Alexis S. L. Carvalho |
mq: don't abort when merging a patch that removes files
|
Sun, 18 Mar 2007 20:44:58 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sun, 18 Mar 2007 20:39:25 +0100 |
Thomas Arendsen Hein |
Fixed synopsis for some mq commands
|
Sun, 18 Mar 2007 20:37:47 +0100 |
Thomas Arendsen Hein |
hg qseries -m: guards file was not ignored
|
Sun, 18 Mar 2007 12:20:15 +0100 |
Thomas Arendsen Hein |
Simplified qseries and hg qapplied to fix some bugs caused by optimization:
|
Sat, 17 Mar 2007 18:46:52 +0100 |
Thomas Arendsen Hein |
Fix issue443: inconsistent output of "hg qunapplied -v"
|
Wed, 14 Mar 2007 10:45:18 -0700 |
Brendan Cully |
mq: add qparent tag (first parent of qbase)
|
Wed, 14 Mar 2007 01:26:09 -0500 |
Matt Mackall |
Merge with -stable, fix small test failure
|
Tue, 13 Mar 2007 21:50:42 -0700 |
Brendan Cully |
Remove undo log after mq operations that rollback would break
|
Tue, 13 Mar 2007 16:27:34 -0700 |
Brendan Cully |
Refresh file size after partial qrefresh.
|
Sat, 10 Mar 2007 17:45:32 -0800 |
Brendan Cully |
Merge with crew-stable
|
Sat, 10 Mar 2007 22:03:23 -0300 |
Alexis S. L. Carvalho |
fix qrefresh'ing an empty patch
|
Sat, 10 Mar 2007 22:03:21 -0300 |
Alexis S. L. Carvalho |
fix qclone to a remote repo
|
Sun, 04 Mar 2007 09:03:21 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
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
|