log hgext/mq.py @ 11730:7469ff872122

age author description
Sun, 01 Aug 2010 16:02:56 -0500 Matt Mackall qfinish: fix range logic for --applied
Sat, 31 Jul 2010 18:12:50 -0500 Matt Mackall Merge with stable
Sat, 10 Jul 2010 21:23:00 +0200 Gilles Moris qpush --move: move the right patch even with comment lines stable
Sat, 31 Jul 2010 11:41:58 +0900 Nicolas Dumazet merge with stable
Sat, 31 Jul 2010 10:50:29 +0900 Nicolas Dumazet mq: clarify the fact that qimport is trying to read a file stable
Thu, 29 Jul 2010 17:18:17 +0900 Nicolas Dumazet mq: correct qimport documentation
Wed, 28 Jul 2010 11:07:20 +0200 Patrick Mezard mq: fix qimport --name --existing --force on win32
Fri, 23 Jul 2010 23:43:43 +0900 Nicolas Dumazet mq: document possible combination of -e and -n for qimport
Wed, 21 Jul 2010 11:53:09 +0900 Nicolas Dumazet mq: support "qimport --existing --name renametothis thatexistingpatch"
Thu, 22 Jul 2010 15:14:22 +0900 Nicolas Dumazet merge with stable
Tue, 20 Jul 2010 20:37:29 +0530 Vishakh H mq: cleanup status if applied mq is stripped (issue1881) stable
Thu, 15 Jul 2010 10:41:41 -0700 Brendan Cully mq: evaluate --user before invoking editor with -e (issue2289)
Tue, 13 Jul 2010 22:30:01 +0900 Nicolas Dumazet mq: qrepo.add(mq.added) inside save_dirty inside of doing it manually stable
Mon, 12 Jul 2010 17:55:23 +0900 Nicolas Dumazet mq: reset self.added after the mq transaction instead of inside qimport stable
Sun, 28 Mar 2010 15:23:11 +0900 Yuya Nishihara mq: fixed ENOENT when qrename to new/directory.patch stable
Tue, 29 Jun 2010 03:09:42 +0530 Vishakh H mq: qimport cleanup on fail (issue2214) stable
Tue, 22 Jun 2010 21:36:09 +0200 Gilles Moris mq: explicit exit code when patch is already on top stable
Tue, 22 Jun 2010 09:49:51 +0200 Gilles Moris mq: fix qpush --move for selected guarded patches stable
Thu, 17 Jun 2010 15:53:26 +0200 Dirkjan Ochtman mq: __str__ falls back to __repr__
Wed, 16 Jun 2010 22:00:02 -0400 Greg Ward mq: make 'qdelete <patchidx>' work again.
Mon, 07 Jun 2010 15:33:03 +0200 Dan Villiom Podlaski Christiansen mq: use ui.formatted() instead of ui.plain().
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Tue, 08 Jun 2010 15:52:56 -0500 Steve Borho Merge backout
Tue, 08 Jun 2010 15:52:41 -0500 Steve Borho Backed out changeset: e1dde7363601
Tue, 08 Jun 2010 14:12:46 +0200 Martin Geisler mq: use hg reST role some more
Mon, 07 Jun 2010 20:03:32 +0200 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx
Thu, 03 Jun 2010 23:18:18 -0500 Steve Borho color: labeled text should be passed to ui.write() as ui.labeled
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall remoteui: move from cmdutil to hg
Thu, 03 Jun 2010 20:40:23 +0200 Cédric Duval mq: prevent the creation of a queue whose name is already taken
Wed, 02 Jun 2010 19:39:45 +0200 Henrik Stuart mq: fix naming issues for qqueue directories