hgext/mq.py
Fri, 16 Oct 2009 00:45:18 +0200 Martin Geisler Merge with crew-stable
Fri, 16 Oct 2009 00:09:18 +0200 Benoit Allard mq: fix traceback for qpush inexistant-patch with no patch applied
Wed, 14 Oct 2009 21:21:09 -0700 Stephen Rasku mq: changed help for qpop -f to reflect actual behaviour
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Mon, 14 Sep 2009 17:29:47 -0500 Matt Mackall Merge qprev/qnext backout
Mon, 14 Sep 2009 16:39:24 -0500 Matt Mackall Backed out premature qprev/qnext removal
Fri, 11 Sep 2009 16:58:19 +0200 Thomas Arendsen Hein Add new flag [-1] to synopsis of qapplied/qunapplied
Fri, 21 Aug 2009 16:58:30 +0200 Martin Geisler mq: don't mention qtop in module doc string
Wed, 19 Aug 2009 12:51:07 +0200 Dirkjan Ochtman mq: get rid of qnext, qprev and qtop
Wed, 19 Aug 2009 12:50:46 +0200 Dirkjan Ochtman mq: add options to qapplied/qunapplied to act like qprev/qnext
Wed, 12 Aug 2009 10:57:18 +0200 Yann E. MORIN mq: re-phrase the qrefresh help about the user and date options
Wed, 12 Aug 2009 10:57:27 +0200 Yann E. MORIN mq: add the date with qrefresh, even if missing (issue1768)
Wed, 12 Aug 2009 10:48:18 +0200 Yann E. MORIN mq: upgrade the patch to HG format when adding the author name with qrefresh
Wed, 12 Aug 2009 10:46:16 +0200 Yann E. MORIN mq: add function to check if a header exists in a patch
Wed, 12 Aug 2009 10:46:03 +0200 Yann E. MORIN mq: fix coding style in qrefresh
Thu, 06 Aug 2009 21:35:58 -0700 Bryan O'Sullivan Merge with crew
Thu, 06 Aug 2009 18:48:00 -0700 Bryan O'Sullivan Merge with mpm
Sat, 01 Aug 2009 00:36:22 +0200 Martin Geisler Merge with crew-stable
Tue, 28 Jul 2009 15:36:28 +0200 David Soria Parra mq: Parse commit message after we find start of changeset patch
Sun, 26 Jul 2009 01:53:49 +0200 Martin Geisler mq: wrap docstrings at 70 characters
Wed, 22 Jul 2009 23:12:54 +0200 Martin Geisler coding style: use a space after comma
Thu, 16 Jul 2009 21:05:24 -0700 Brendan Cully Merge with hg
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler commands: use minirst parser when displaying help
Thu, 16 Jul 2009 10:39:41 -0400 Greg Ward localrepo: factor _findtags() out of tags() (issue548).
Fri, 10 Jul 2009 23:24:35 +0200 Martin Geisler mq: use ui.status when pushing and popping patches
Thu, 09 Jul 2009 23:59:03 +0200 Mads Kiilerich mq: qpop now tells which patches are popped
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler mq: wrapped docstrings at 78 characters
Sun, 05 Jul 2009 11:02:00 +0200 Alejandro Santos compat: use 'key' argument instead of 'cmp' when sorting a list
Sat, 27 Jun 2009 15:28:44 +0200 Dan Villiom Podlaski Christiansen mq: align columns in verbose qseries output.
Sat, 27 Jun 2009 12:13:40 +0200 Martin Geisler mq: standardize qfinish cmdline help string
Wed, 24 Jun 2009 12:25:56 +0200 Dirkjan Ochtman extensions: fix up description lines some more
Wed, 24 Jun 2009 12:03:13 +0200 Dirkjan Ochtman mq: compact & rewrap documentation for qdelete command
Tue, 23 Jun 2009 22:20:25 +0200 Cédric Duval mq: no longer mention the deprecated qdelete's --revision option
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Sun, 21 Jun 2009 17:34:33 +0200 Dirkjan Ochtman mq: fix error message for qpush inexistent-patch (issue1702)
Fri, 19 Jun 2009 13:58:22 +0200 Dirkjan Ochtman mq: unify code for qdel -r and qfin
Fri, 19 Jun 2009 12:37:29 +0200 Dirkjan Ochtman mq: warn about finalizing patches without cset message
Mon, 15 Jun 2009 00:03:27 +0200 Patrick Mezard Make mq, record and transplant honor patch.eol
Mon, 08 Jun 2009 20:02:44 +0200 Adrian Buehlmann mq: eliminate warning on qpush with empty series
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Tue, 09 Jun 2009 09:25:17 -0400 timeless Generally replace "file name" with "filename" in help and comments.
Tue, 09 Jun 2009 09:25:31 -0400 timeless Spell Mercurial as a proper noun
Wed, 03 Jun 2009 17:07:41 -0500 Matt Mackall mq: fix commit prototype
Mon, 01 Jun 2009 14:11:32 -0500 Matt Mackall commit: drop the now-unused files parameter
Mon, 01 Jun 2009 13:51:21 -0500 Matt Mackall mq: drop unneeded files args for commit
Sat, 30 May 2009 19:37:01 +0200 Cédric Duval mq: rename setheader to updateheader and fix comment
Sat, 30 May 2009 19:18:29 +0200 Cédric Duval mq: initializing patchheader class directly from patch content
Tue, 26 May 2009 22:59:52 +0200 Martin Geisler replace "i in range(len(xs))" with "i, x in enumerate(xs)"
Mon, 25 May 2009 23:06:11 +0200 Martin Geisler replace xrange(0, n) with xrange(n)
Wed, 20 May 2009 00:52:46 +0200 Martin Geisler use 'x is None' instead of 'x == None'
Tue, 05 May 2009 10:29:34 +0200 Simon Heimberg mq: new method invalidate
Mon, 04 May 2009 03:35:42 +0200 Simon Heimberg mq: only read files when needed
Sun, 17 May 2009 20:00:11 +0200 Patrick Mezard Merge with crew-stable
Fri, 15 May 2009 15:21:17 +0200 Dirkjan Ochtman mq: qpush shouldn't complain if working dir is at a non-tip head
Sat, 16 May 2009 16:20:37 -0700 David Frey mq: abort qfold upon local changes (issue1662)
Wed, 13 May 2009 14:08:39 +0200 Dirkjan Ochtman some modernization cleanups, forward compatibility
Tue, 12 May 2009 11:15:54 +0200 Dirkjan Ochtman mq: add -P/--push option to qimport
Mon, 04 May 2009 03:49:57 +0200 Simon Heimberg mq: simpler check of first character of guard name
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall add cmdutil.remoteui
Wed, 22 Apr 2009 00:57:28 +0200 Martin Geisler replace set-like dictionaries with real sets
Wed, 22 Apr 2009 00:56:06 +0200 Martin Geisler util: use built-in set instead of util.unique
Wed, 22 Apr 2009 02:01:22 +0200 Ronny Pfannschmidt switch lock releasing in the extensions from gc to explicit
Sat, 18 Apr 2009 14:40:21 +0200 Martin Geisler help texts: write command line switches as -a/--abc
Sat, 18 Apr 2009 00:21:11 -0700 David Frey Update qimport help explaining how to read a patch from stdin (Issue371)
Tue, 07 Apr 2009 23:06:50 +0200 Martin Geisler expand "rev" to "revision" in help texts
Tue, 07 Apr 2009 22:58:05 +0200 Martin Geisler expand "repo" to "repository" in help texts
Tue, 07 Apr 2009 22:47:56 +0200 Martin Geisler expand "dir" to "directory" in help texts
Sat, 04 Apr 2009 23:18:03 +0200 Martin Geisler mq: word-wrap help texts at 70 characters
Sat, 04 Apr 2009 21:09:43 +0200 Martin Geisler Change double spaces to single spaces in help texts.
Mon, 23 Mar 2009 13:13:02 +0100 Peter Arrenbrecht cleanup: drop variables for unused return values
Mon, 16 Feb 2009 17:37:23 -0600 Matt Mackall mq: handle empty patches more gracefully (issue1501)
Tue, 10 Feb 2009 13:26:00 -0600 Augie Fackler fancyopts: Parse options that occur after arguments.
Sun, 25 Jan 2009 13:49:15 -0500 John Mulligan mq: allow qclone's -p option to use path alias
Mon, 12 Jan 2009 10:59:08 -0600 Matt Mackall mq: remove import of revlog
Mon, 12 Jan 2009 10:42:31 -0600 Matt Mackall error: move repo errors
Sat, 03 Jan 2009 17:15:21 +0100 Martin Geisler mq: lowercase output
Mon, 12 Jan 2009 09:07:02 +0100 Dirkjan Ochtman mq: allow qpop if popped revisions are not working dir parents
Mon, 12 Jan 2009 09:53:55 +0100 Dirkjan Ochtman mq: refactor the pop code to be more readable and allow more changes
Mon, 12 Jan 2009 09:13:45 +0100 Dirkjan Ochtman merge with crew-stable
Mon, 12 Jan 2009 09:12:35 +0100 Bernhard Leiner mq: make qnew patch format consistent with qrefresh (issue1457)
Tue, 06 Jan 2009 10:33:57 +0100 Dirkjan Ochtman merge with crew-stable
Sun, 04 Jan 2009 21:49:37 +0100 Benoit Boissinot merge with crew
Sat, 03 Jan 2009 17:15:15 +0100 Martin Geisler lowercase help output
Sat, 03 Jan 2009 16:15:11 +0100 Martin Geisler mq, i18n: mark strings for translation
Tue, 06 Jan 2009 10:30:22 +0100 Jason Orendorff mq: don't warn about ambiguous patch name when using patch index (issue1439)
Sun, 04 Jan 2009 21:32:40 +0100 Patrick Mezard mq: drop copy records when refreshing regular patches (issue1441)
Mon, 01 Dec 2008 20:10:02 -0800 Brendan Cully mq: filter out empty commit messages in qfold
Mon, 01 Dec 2008 20:09:10 -0800 Brendan Cully mq: drop copy sources removed during qfold
Wed, 26 Nov 2008 18:23:35 +0100 Benoit Boissinot Catch both IOError and OSError, fix regression introduced by 8046f0a070a6
Tue, 25 Nov 2008 16:24:22 -0600 Matt Mackall Merge with crew
Sun, 23 Nov 2008 18:08:19 -0800 Brendan Cully mq: recover more gracefully from interrupted qrefresh (issue1216)
Sun, 23 Nov 2008 16:07:47 -0800 Brendan Cully mq: use atomictempfiles during patch refresh
Sat, 22 Nov 2008 14:04:42 -0800 Brendan Cully mq: create patch header class to abstract header manipulation
Sun, 23 Nov 2008 00:44:31 -0800 Brendan Cully mq: gracefully abort qpush/qgoto to guarded patch (issue1186)
Tue, 18 Nov 2008 15:35:34 -0600 Matt Mackall update help on git diffs
Mon, 03 Nov 2008 16:48:23 +0100 Dirkjan Ochtman patch: turn patch.diff() into a generator
Mon, 03 Nov 2008 16:31:47 +0100 Dirkjan Ochtman help: commands supporting --git point to the gitdiffs topic (issue1352)
Mon, 03 Nov 2008 16:30:21 +0100 Dirkjan Ochtman mq: reflow qnew help, add help for options
Thu, 30 Oct 2008 12:38:24 -0700 Brendan Cully mq: use cmdutil.matchfiles instead of match for qnew -f.
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Mon, 27 Oct 2008 21:50:16 +0100 Benoit Boissinot use our urlopener (proxy handling, etc) instead of urllib
Wed, 22 Oct 2008 17:34:52 -0500 Matt Mackall extensions: use new wrapper functions
Wed, 22 Oct 2008 17:34:08 -0500 Matt Mackall findcmd: have dispatch look up strict flag
Mon, 20 Oct 2008 14:57:04 +0200 Dirkjan Ochtman clean up trailing spaces, leading spaces in C
Sun, 19 Oct 2008 16:31:24 +0200 Mads Kiilerich mq: Fix --qrefresh --short to work with --exclude and --include
Sat, 18 Oct 2008 21:52:22 -0700 Brendan Cully mq: heavy rearrangement of qnew to make it recover reliably from errors.
Sat, 18 Oct 2008 20:45:53 -0700 Brendan Cully mq: abort qnew -f if any file in an explicit list cannot be read
Sat, 18 Oct 2008 17:29:45 -0700 Brendan Cully mq: make qimport -f work properly. Closes issue1255.
Sat, 18 Oct 2008 16:40:01 -0700 Brendan Cully mq: let qimport read patches from URLs
Sat, 18 Oct 2008 16:33:10 -0700 Brendan Cully mq: do not invoke editor until just before patch creation. Closes issue1346.
Sat, 18 Oct 2008 13:22:29 -0700 Brendan Cully Prevent import over an applied patch (closes issue795)
Fri, 17 Oct 2008 21:26:39 +0200 Mads Kiilerich mq: Allow qrefresh --silent to take parameters
Sat, 06 Sep 2008 17:44:03 +0200 Martin Geisler i18n, mq: mark command line options for translation
Sun, 31 Aug 2008 16:12:03 +0200 Martin Geisler i18n: mark strings for translation in mq extension
Tue, 26 Aug 2008 00:04:18 +0200 Martin Geisler qimport: report filename in case of IOError
Mon, 25 Aug 2008 01:26:08 +0200 Martin Geisler qfinish: document --applied instead of --all
Wed, 20 Aug 2008 11:09:53 +0200 Dirkjan Ochtman merge with crew-stable
Wed, 20 Aug 2008 10:30:53 +0200 Peter Arrenbrecht mq: fix docs for qrefresh -D (issue1234)
less more (0) -120 tip