hgext/mq.py
Thu, 03 Aug 2006 15:24:41 -0500 Matt Mackall Move merge code to its own module
Wed, 02 Aug 2006 20:33:57 -0700 Vadim Gelfer mq: simplify save_dirty
Wed, 02 Aug 2006 15:07:37 -0700 Brendan Cully Add -f option to qfold; improve qfold documentation.
Wed, 02 Aug 2006 14:48:59 -0700 Brendan Cully Clean up qnew help text.
Wed, 02 Aug 2006 10:48:34 -0700 Vadim Gelfer mq: rename read_series as parse_series, make simpler and faster
Wed, 02 Aug 2006 09:18:56 -0700 Bryan O'Sullivan fix call to commands.setremoteconfig
Wed, 02 Aug 2006 06:36:27 -0700 Vadim Gelfer mq: print matches if patch name not unique
Tue, 01 Aug 2006 15:40:28 -0700 Vadim Gelfer merge patches from brendan cully that did not apply clean against tip.
Tue, 01 Aug 2006 15:24:18 -0700 Brendan Cully Add -s option to qseries: display first line of patch header.
Tue, 01 Aug 2006 15:24:12 -0700 Brendan Cully Add more verbose help text to mq commands.
Tue, 01 Aug 2006 15:24:11 -0700 Brendan Cully Add -m, -l, -e options to qfold.
Tue, 01 Aug 2006 12:21:55 -0700 Brendan Cully Add -f option to qdelete, to remove patch file.
Tue, 01 Aug 2006 10:57:28 -0700 Vadim Gelfer mq: add qmv as alias for qrename
Tue, 01 Aug 2006 10:55:06 -0700 Brendan Cully New self-explanatory command qrename.
Mon, 31 Jul 2006 20:33:56 -0700 Brendan Cully New mq command qfold: Merge patches into the current patch.
Mon, 31 Jul 2006 18:39:31 -0700 Brendan Cully Add command qheader to display the header of a given patch.
Mon, 31 Jul 2006 17:55:43 -0700 Brendan Cully Add option -e/--edit to qrefresh, to edit the existing header.
Mon, 31 Jul 2006 18:47:43 -0700 Brendan Cully Change patch header as well as commit message with qrefresh -m or -l.
Mon, 31 Jul 2006 14:22:17 -0300 Alexis S. L. Carvalho mq: correct the use of super
Mon, 31 Jul 2006 00:47:43 -0500 Matt Mackall Kill ui.setconfig_remoteopts
Sat, 29 Jul 2006 11:05:39 -0700 Vadim Gelfer mq: allow to apply patches in subdir of repo again
Fri, 28 Jul 2006 14:31:20 -0700 Vadim Gelfer mq: update to handle repomap not longer used
Fri, 28 Jul 2006 13:08:25 -0700 Brendan Cully mq: replace module-wide repo hash with a repo attribute
Fri, 28 Jul 2006 13:08:21 -0700 Brendan Cully mq: do not hold a reference to repo in tags override
Fri, 28 Jul 2006 10:46:41 -0700 Vadim Gelfer mq: add qclone command
Thu, 27 Jul 2006 18:24:59 -0700 Vadim Gelfer mq: fix queue.apply to not call os.chdir()
Thu, 27 Jul 2006 16:41:59 -0700 Vadim Gelfer mq: move many error messages to util.Abort
Thu, 27 Jul 2006 16:08:56 -0700 Vadim Gelfer mq: do not allow to qnew a patch twice
Thu, 27 Jul 2006 09:27:45 -0700 Chris Mason mq: strip should not blow away local changes
Thu, 27 Jul 2006 09:27:42 -0700 Chris Mason mq: fix qnew and qimport to deal with series file comments
Thu, 27 Jul 2006 09:27:39 -0700 Chris Mason mq: qpop should act like quilt pop
Thu, 27 Jul 2006 09:27:35 -0700 Chris Mason mq: patch naming shortcuts
Wed, 26 Jul 2006 20:11:54 +0200 Mathieu Clabaut MQ: uniformise message and logfile option.
Wed, 26 Jul 2006 12:22:04 -0700 Brendan Cully Add mq patch names to tagscache instead of overriding lookup.
Wed, 26 Jul 2006 01:03:33 +0200 Mathieu Clabaut mq: uniform verbose display of patche[s].
Thu, 20 Jul 2006 11:52:28 -0700 Brendan Cully Add qtip and qbase to mq qlookup.
Thu, 20 Jul 2006 11:52:28 -0700 Brendan Cully Mq: modify repo.lookup to resolve applied patches too.
Mon, 03 Jul 2006 14:30:38 -0700 Vadim Gelfer help: add help to mq extension
Fri, 30 Jun 2006 21:35:28 +0200 Thomas Arendsen Hein Merge with crew.
Wed, 28 Jun 2006 08:56:01 +0200 Thomas Arendsen Hein mq: Added help for qcommit, consistently talk about queue repository.
Tue, 27 Jun 2006 10:49:46 -0400 Chris Mason mq: fix qparents to return the correct parent when no patches are applied
Tue, 27 Jun 2006 11:23:06 -0400 Chris Mason mq: hg qnew -f should refresh the new patch
Fri, 23 Jun 2006 12:52:42 -0700 Vadim Gelfer mq: add qimported patches if patch dir is a repo
Wed, 17 May 2006 19:38:41 +0200 Thomas Arendsen Hein Strip empty lines and trailing spaces around commit messages.
Wed, 17 May 2006 19:00:16 +0200 Thomas Arendsen Hein Use "# Date" instead of "# Timestamp" for dated export/import of patches.
Wed, 17 May 2006 18:54:30 +0200 Danek Duvall Add timestamp field to export format. Make import and mq use it.
Thu, 11 May 2006 18:24:58 -0700 Danek Duvall Fix issue240: mq: qpush fails on Solaris
Wed, 03 May 2006 11:57:14 +0200 Thomas Arendsen Hein Better help for mq: Corrected synopses, get qcommit options from commands.py.
Wed, 19 Apr 2006 11:41:27 -0700 Alexis S. L. Carvalho Fix hg qdiff <file>
Tue, 18 Apr 2006 14:56:54 -0700 Vadim Gelfer mq: do not fail if directory to create exists
Tue, 04 Apr 2006 16:35:20 -0700 Edouard Gomez Register qversion as a non repository related command
Wed, 08 Mar 2006 19:31:54 +0100 Thomas Arendsen Hein Removed script header from mq.py
Tue, 07 Mar 2006 22:41:24 +0100 Thomas Arendsen Hein Fix mq's usage of opener, which don't allow absolute paths now.
Mon, 06 Mar 2006 17:47:41 +0100 Thomas Arendsen Hein Create local ui object per repository, so .hg/hgrc don't get mixed.
Tue, 28 Feb 2006 23:25:34 +0100 Thomas Arendsen Hein Whitespace, tab and formatting cleanups, mainly in mq.py
Tue, 28 Feb 2006 12:25:26 -0600 mason Add mq extension
less more (0) tip