log hgext/mq.py @ 5175:f8aa16533ddf

age author description
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)
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
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)
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