hgext/mq.py
Mon, 19 Apr 2010 17:00:02 -0500 Matt Mackall Merge with stable
Sat, 17 Apr 2010 15:35:34 +0200 Isaac Jurado mq: Remove -f from qnew command syntax. stable
Thu, 15 Apr 2010 14:06:07 +0200 Dan Villiom Podlaski Christiansen mq: toggle truncating using ui.plain() rather than ui.interactive() stable
Thu, 15 Apr 2010 18:12:28 +0200 Dan Villiom Podlaski Christiansen mq: only highlight/label patch name for qseries.
Sun, 11 Apr 2010 14:25:02 -0500 Matt Mackall mq: promote qnew, demote qinit in short help
Fri, 09 Apr 2010 17:23:35 -0500 Steve Borho localrepo: add desc parameter to transaction
Wed, 07 Apr 2010 14:44:51 -0500 Matt Mackall Merge with stable
Wed, 07 Apr 2010 16:55:01 +0200 Henrik Stuart mq: use util.unlink instead of os.unlink and os.removedirs stable
Fri, 02 Apr 2010 15:22:17 -0500 Brodie Rao color: colorize based on output labels instead of parsing output
Fri, 02 Apr 2010 15:22:14 -0500 Brodie Rao qseries: make use of output labeling
Fri, 02 Apr 2010 15:22:11 -0500 Brodie Rao qdiff: make use of output labeling
Fri, 02 Apr 2010 15:22:12 -0500 Brodie Rao qguard: make use of output labeling
Thu, 01 Apr 2010 17:51:59 -0500 Matt Mackall Merge with stable
Thu, 01 Apr 2010 17:40:47 -0500 Matt Mackall Merge with i18n stable
Thu, 01 Apr 2010 19:32:08 -0300 Wagner Bruna mq: remove reference for deprecated -f option stable
Wed, 31 Mar 2010 15:09:59 -0700 Brendan Cully Merge with stable
Wed, 31 Mar 2010 10:59:00 -0400 Michael Glassford Add missing --mq option to hg log. stable
Fri, 26 Mar 2010 17:09:56 +0100 Sune Foldager merge with stable
Fri, 26 Mar 2010 17:02:23 +0100 Sune Foldager localrepo: change _updatebranchcache to use a context generator stable
Tue, 23 Mar 2010 22:59:31 +0100 Patrick Mezard Merge with crew-stable
Tue, 23 Mar 2010 10:18:46 +0100 Patrick Mezard mq: fix qcommit documentation wrt --mq option stable
Thu, 18 Mar 2010 14:36:24 -0700 Brendan Cully Merge with stable
Thu, 18 Mar 2010 19:26:56 +0100 Benoit Boissinot mq: allow lines starting with '--- ' in patch messages stable
Sun, 14 Mar 2010 22:17:10 +0100 Benoit Boissinot mq: do not try to delete non-existent files (regression from e8e56d8377ab)
Sun, 14 Mar 2010 22:21:48 +0100 Martin Geisler Merge with stable
Sun, 14 Mar 2010 18:46:38 +0100 Cédric Duval mq: fix init with nonexistent or non-local repository stable
Sun, 14 Mar 2010 19:21:24 +0100 Cédric Duval mq: no longer refer to deprecated qinit -c command stable
Sun, 14 Mar 2010 19:17:06 +0100 Cédric Duval mq: don't mention qinit as a "common task" stable
Sun, 14 Mar 2010 19:09:55 +0100 Benoit Boissinot mq: don't use regexp when not necessary
Sun, 14 Mar 2010 14:53:20 +0100 Benoit Boissinot mq: use xrange/enumerate instead of += 1
Sun, 14 Mar 2010 14:45:01 +0100 Benoit Boissinot mq: don't use len(list) unless necessary
Sun, 14 Mar 2010 12:08:14 +0100 Benoit Boissinot mq: find_series() simplify and don't use regexps
Sun, 14 Mar 2010 11:12:51 +0100 Benoit Boissinot mq: fix coding style (missing space)
Sun, 14 Mar 2010 11:12:07 +0100 Benoit Boissinot mq: qsave creates entries with the left part empty (':patchname')
Sun, 14 Mar 2010 01:35:54 +0100 Benoit Boissinot mq: simplify statusentry(), fix restore broken by ee48e5ef8753
Sun, 14 Mar 2010 01:06:58 +0100 Benoit Boissinot mq: use context API
Sun, 14 Mar 2010 01:01:17 +0100 Benoit Boissinot mq: simplify qparents calculation
Sun, 14 Mar 2010 00:53:55 +0100 Benoit Boissinot mq: simplify commit message generation
Sun, 14 Mar 2010 00:36:10 +0100 Benoit Boissinot mq: avoid many hex/bin conversions, keep the binary node when possible
Sat, 13 Mar 2010 12:57:20 +0100 Benoit Boissinot mq: simplify and use context API
Sat, 13 Mar 2010 00:08:06 +0100 Benoit Boissinot mq: avoid a (potentially expensive) repo.status(unknown=True) call
Sat, 13 Mar 2010 00:02:33 +0100 Benoit Boissinot mq: all_files can be a set, remove dangerous default values
Mon, 08 Mar 2010 19:43:24 +0100 Benoit Boissinot patch/diff: move patch.export() to cmdutil.export()
Fri, 05 Mar 2010 17:24:52 -0600 Matt Mackall mq: drop -Q in favor of --mq only stable 1.5
Fri, 05 Mar 2010 10:49:56 +0100 Sune Foldager mq: disallow : in patch names (issue2065) stable
Thu, 04 Mar 2010 14:23:54 +0100 Sune Foldager mq: disallow # (and : on Windows) in patch names (issue2065) stable
Sun, 28 Feb 2010 19:43:21 +0100 Benoit Boissinot mq: simplify --mq handling / keep compatibility with other extensions stable
Fri, 19 Feb 2010 02:23:38 +0100 Benoit Boissinot i18n: mark more strings for translation stable
Wed, 17 Feb 2010 14:35:11 -0800 Brendan Cully mq: iterate over a copy of the command table keys (fixes issue2045). stable
Mon, 15 Feb 2010 00:16:59 -0800 Brendan Cully mq: unify implementation of qinit and init -Q stable
Mon, 15 Feb 2010 00:12:10 +0100 Martin Geisler mq: more instructive use of "--" in qguard help (issue2040) stable
Tue, 09 Feb 2010 14:12:22 -0600 Matt Mackall fix up a bunch of check-code warnings
Wed, 10 Feb 2010 21:17:58 +0100 Henrik Stuart mq: remove unused import
Wed, 10 Feb 2010 10:58:11 -0800 Brendan Cully mq: incorporate mq repo config when using --mq
Mon, 08 Feb 2010 10:50:00 +0100 Brendan Cully mq: make init -Q do what qinit -c did
Mon, 08 Feb 2010 10:23:44 +0100 Brendan Cully mq: add -Q option to all commands not in norepo
Sun, 07 Feb 2010 10:47:54 -0500 Steve Losh mq: add parent node IDs to MQ patches on qrefresh/qnew
Sun, 07 Feb 2010 16:03:38 +0100 Augie Fackler mq: fix deprecation mention, line length
Sun, 07 Feb 2010 07:37:05 -0600 Augie Fackler qnew: ignore force option
Sun, 07 Feb 2010 14:53:17 +0100 Dirkjan Ochtman mq: fix typo, thanks pmezard
less more (0) -300 -100 -60 tip