hgext/mq.py
Thu, 28 Feb 2008 17:37:56 +0200 Marti Raudsepp mq: Cleanup: update outdated file header.
Thu, 21 Feb 2008 23:00:50 +0100 Peter Arrenbrecht mq: make qclone ask remote source repo for qbase using lookup protocol
Sun, 17 Feb 2008 21:34:28 +0100 Thomas Arendsen Hein Fix bad behaviour when specifying an invalid date (issue700)
Fri, 15 Feb 2008 16:06:36 -0200 Alexis S. L. Carvalho move the reading of branch.cache from _branchtags to branchtags
Fri, 08 Feb 2008 18:31:55 -0200 Alexis S. L. Carvalho Merge with crew-stable
Wed, 06 Feb 2008 20:00:35 -0800 Bryan O'Sullivan Merge with crew
Wed, 06 Feb 2008 19:57:52 -0800 Bryan O'Sullivan Merge with crew
Thu, 26 Jul 2007 07:56:27 -0400 jorendorff mq.py: add -U option to hg qdiff command
Wed, 06 Feb 2008 23:24:15 +0100 Patrick Mezard Merge with crew-stable
Fri, 08 Feb 2008 18:07:55 -0200 Alexis S. L. Carvalho qinit -c: add ^\.hg and ^\.mq to .hgignore
Wed, 06 Feb 2008 23:09:13 +0100 Patrick Mezard mq: qimport must read patches in binary mode
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 qpop/qrefresh: update self.applied before calling strip
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 mq: pop/refresh: avoid losing revisions not managed by mq
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho mqrepo: don't abort if the status file has an unknown node
Fri, 18 Jan 2008 10:48:25 -0600 Matt Mackall transform a bunch of print statements to appropriate ui calls
Wed, 02 Jan 2008 16:24:13 +0100 Peter Arrenbrecht mq: add --currentdate and --date options to qnew and qrefresh
Wed, 19 Dec 2007 22:36:18 +0100 peter arrenbrecht mq: add --currentuser and --user options to qnew and qrefresh
Thu, 13 Dec 2007 20:35:42 +0100 Peter Arrenbrecht mq: drop obsolete reference to 'qversion'
Tue, 20 Nov 2007 14:31:58 +0100 Patrick Mezard mq: avoid qnew committing everything on invalid paths (issue 803)
Fri, 09 Nov 2007 20:21:35 -0200 Alexis S. L. Carvalho mq: really remove undo after a qpush (and after a strip)
Tue, 09 Oct 2007 17:22:38 -0500 Matt Mackall mq: clarify queue top message
Mon, 24 Sep 2007 19:14:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 24 Sep 2007 19:00:11 -0300 Alexis S. L. Carvalho mq: fix qrefresh -e with no patches applied
Mon, 10 Sep 2007 15:00:05 -0700 Brendan Cully mq: fix regression in 6fd953d5faea
Mon, 27 Aug 2007 02:21:58 -0300 Alexis S. L. Carvalho Merge with crew-stable
Thu, 23 Aug 2007 13:59:52 -0700 Brendan Cully mq: some improvements to header rewriting (closes #690)
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho avoid double slash problem mentioned in issue695
Thu, 23 Aug 2007 01:48:29 -0300 Alexis S. L. Carvalho merge: forcefully mark files that we get from the second parent as dirty
Wed, 15 Aug 2007 16:22:12 -0700 Brendan Cully Merge with crew-stable
Wed, 15 Aug 2007 16:20:10 -0700 Brendan Cully mq: truncate patch just before rewriting header
Thu, 09 Aug 2007 20:16:00 -0700 Bryan O'Sullivan mq: teach qpop about symlinks
Wed, 08 Aug 2007 23:00:01 +0200 Benoit Boissinot merge with -stable
Wed, 08 Aug 2007 12:27:20 +0200 Benoit Boissinot refactor options from cmdtable
Thu, 02 Aug 2007 01:56:08 -0300 Alexis S. L. Carvalho del transaction before lock before wlock
Sat, 28 Jul 2007 20:15:54 +0200 Patrick Mezard mq: add qnew --git option
Sun, 22 Jul 2007 14:53:57 -0500 Matt Mackall transactions: avoid late tear-down (issue641)
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)
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Make repo locks recursive, eliminate all passing of lock/wlock
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Use try/finally pattern to cleanup locks and transactions
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: add __contains__ and make __getitem__ more useful
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: make wjoin function private
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: break update into separate functions
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.
Thu, 28 Jun 2007 09:19:08 -0700 Brendan Cully mq: more qdelete help text tweaks
Thu, 28 Jun 2007 08:42:43 -0700 Brendan Cully mq: require patch argument or revision for qdelete
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Mon, 25 Jun 2007 15:57:01 -0700 Brendan Cully mq: regularize patch header creation.
Mon, 25 Jun 2007 11:13:27 -0700 Brendan Cully mq: support qnew -I/-X and file name lists
Mon, 25 Jun 2007 10:34:53 -0700 Brendan Cully Merge with mpm
Mon, 25 Jun 2007 09:49:40 -0700 Brendan Cully mq: document that qinit -c may be run later
Mon, 25 Jun 2007 01:26:44 -0500 Matt Mackall strip: move strip code to a new repair module
Mon, 25 Jun 2007 01:22:45 -0500 Matt Mackall strip: simplify bundle helper
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
less more (0) -100 -60 tip