Fri, 21 Mar 2008 15:44:11 -0500 |
Matt Mackall |
mq: warn when applying a patch to somewhere other than tip
|
Fri, 21 Mar 2008 14:52:24 +0100 |
Adrian Buehlmann |
clone: print "updating working directory" status message
|
Fri, 21 Mar 2008 11:06:02 +0100 |
Dirkjan Ochtman |
warn about new heads on commit (issue842)
|
Sun, 16 Mar 2008 00:35:12 +0100 |
Patrick Mezard |
patch: check filename is /dev/null for creation or deletion (issue 1033)
|
Fri, 08 Feb 2008 18:31:55 -0200 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 08 Feb 2008 18:07:55 -0200 |
Alexis S. L. Carvalho |
qinit -c: add ^\.hg and ^\.mq to .hgignore
|
Sun, 03 Feb 2008 21:47:07 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sun, 03 Feb 2008 21:03:46 -0200 |
Alexis S. L. Carvalho |
mq: don't allow patches with some reserved names
|
Sun, 03 Feb 2008 21:03:46 -0200 |
Alexis S. L. Carvalho |
mqrepo: don't abort if the status file has an unknown node
|
Sat, 19 Jan 2008 18:01:16 -0200 |
Alexis S. L. Carvalho |
repair.py: don't import commands.py
|
Wed, 16 Jan 2008 11:14:24 -0600 |
Matt Mackall |
diff: don't show function name by default
|
Mon, 31 Dec 2007 17:47:02 -0600 |
Matt Mackall |
Backed out changeset c2a21fe60994
|
Sun, 30 Dec 2007 17:45:26 +0100 |
Thomas Arendsen Hein |
"C" status code considered harmful, so changed to "=" (issue899)
|
Tue, 20 Nov 2007 14:31:58 +0100 |
Patrick Mezard |
mq: avoid qnew committing everything on invalid paths (issue 803)
|
Mon, 10 Sep 2007 15:00:05 -0700 |
Brendan Cully |
mq: fix regression in 6fd953d5faea
|
Wed, 08 Aug 2007 23:00:01 +0200 |
Benoit Boissinot |
merge with -stable
|
Sat, 28 Jul 2007 20:15:54 +0200 |
Patrick Mezard |
Test qnew --git
|
Wed, 18 Jul 2007 16:46:01 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Mon, 16 Jul 2007 16:50:47 -0700 |
Bryan O'Sullivan |
mq: autodetect an existing git patch during qrefresh (issue 491)
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
Update test output to reflect small changes in patch chattiness.
|
Mon, 16 Jul 2007 16:50:47 -0700 |
Bryan O'Sullivan |
mq: autodetect an existing git patch during qrefresh (issue 491)
|
Tue, 10 Jul 2007 09:52:32 -0700 |
Brendan Cully |
mq: improve qclone error handling when patch directory is not a repository.
|
Tue, 08 May 2007 13:10:27 -0700 |
Bryan O'Sullivan |
mq: add qgoto command.
|
Sat, 07 Apr 2007 04:45:27 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output
|
Fri, 16 Mar 2007 00:45:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Wed, 14 Mar 2007 10:45:18 -0700 |
Brendan Cully |
mq: add qparent tag (first parent of qbase)
|
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, 17 Feb 2007 04:50:06 -0200 |
Alexis S. L. Carvalho |
add some tests for qpush/qpop error codes
|
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 15:54:58 -0200 |
Alexis S. L. Carvalho |
fix strip'ping the second parent of a merge
|
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:40 -0200 |
Alexis S. L. Carvalho |
add --git option to qdiff
|
Sun, 19 Nov 2006 17:01:59 -0200 |
Alexis S. L. Carvalho |
fix qseries -v when there are unapplied patches
|
Wed, 18 Oct 2006 10:37:34 -0700 |
Brendan Cully |
mq: test case for issue399
|
Wed, 11 Oct 2006 12:02:06 -0700 |
Brendan Cully |
Test case for bdiff on buffer objects
|
Tue, 12 Sep 2006 17:26:20 +0200 |
Thomas Arendsen Hein |
Added tests for qpush/qpop with index.
|
Tue, 29 Aug 2006 17:08:55 -0700 |
Brendan Cully |
Call patch.diff directly instead of printdiff - this also saves an
|
Wed, 16 Aug 2006 19:49:45 -0700 |
Brendan Cully |
Teach mq about git patches
|
Tue, 15 Aug 2006 11:47:17 +0200 |
Thomas Arendsen Hein |
Adjusted test to changed help output.
|
Thu, 10 Aug 2006 17:37:57 -0700 |
Vadim Gelfer |
fix test output
|
Thu, 10 Aug 2006 16:10:59 -0700 |
Vadim Gelfer |
mq: do not allow to push from repo with patches applied
|
Thu, 10 Aug 2006 15:02:18 -0700 |
Vadim Gelfer |
mq: test commit in repo with patches applied
|
Tue, 08 Aug 2006 17:11:36 -0700 |
Vadim Gelfer |
mq: drop qversion command
|
Tue, 08 Aug 2006 21:42:50 -0700 |
Vadim Gelfer |
mq: new commands qselect, qguard
|
Tue, 01 Aug 2006 15:40:54 -0700 |
Vadim Gelfer |
fix mq test output.
|
Tue, 01 Aug 2006 10:55:06 -0700 |
Brendan Cully |
New self-explanatory command qrename.
|
Mon, 31 Jul 2006 20:33:56 -0700 |
Brendan Cully |
New mq command qfold: Merge patches into the current patch.
|
Mon, 31 Jul 2006 18:39:31 -0700 |
Brendan Cully |
Add command qheader to display the header of a given patch.
|
Sat, 29 Jul 2006 11:14:32 -0700 |
Vadim Gelfer |
mq: add basic tests
|