log hgext/mq.py @ 2888:3848488244fc

age author description
Tue, 15 Aug 2006 11:34:08 -0500 Matt Mackall Move ui.diffopts to patch.diffopts where it belongs
Sun, 13 Aug 2006 16:57:45 -0700 Vadim Gelfer move commands.addremove_lock to cmdutil.addremove
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Sat, 12 Aug 2006 16:13:27 -0700 Vadim Gelfer refactor text diff/patch code.
Sat, 12 Aug 2006 16:05:09 -0700 Vadim Gelfer merge.
Sat, 12 Aug 2006 16:04:49 -0700 Vadim Gelfer manifest.execf is now a function.
Sat, 12 Aug 2006 14:15:23 -0700 Vadim Gelfer mq: demandload more
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Sat, 12 Aug 2006 09:24:04 -0300 Alexis S. L. Carvalho Fix "hg qnew -f foo" without -m
Sat, 12 Aug 2006 11:53:12 -0700 Vadim Gelfer merge with mpm.
Thu, 10 Aug 2006 17:33:08 -0700 Vadim Gelfer mq: only add mq attribute to local repo
Thu, 10 Aug 2006 17:18:55 -0700 Vadim Gelfer mq: apply patch is any posative guard matches
Thu, 10 Aug 2006 16:10:59 -0700 Vadim Gelfer mq: do not allow to push from repo with patches applied
Thu, 10 Aug 2006 11:18:48 -0700 Brendan Cully Disallow commit over an applied mq patch.
Thu, 10 Aug 2006 14:58:10 -0700 Vadim Gelfer qselect: add --pop, --reapply options
Fri, 11 Aug 2006 10:57:42 -0500 Matt Mackall Change remaining users of manifest flags
Wed, 09 Aug 2006 13:55:18 -0500 Matt Mackall Merge with crew, fix most tests
Wed, 09 Aug 2006 09:38:11 -0700 Vadim Gelfer mq: make guards more strict, add tests
Tue, 08 Aug 2006 17:11:36 -0700 Vadim Gelfer mq: drop qversion command
Tue, 08 Aug 2006 21:42:50 -0700 Vadim Gelfer mq: new commands qselect, qguard
Tue, 08 Aug 2006 18:12:48 -0700 Vadim Gelfer mq: add join method
Mon, 07 Aug 2006 14:59:32 -0700 Brendan Cully Make mq camelcase consistent with the rest of hg.
Mon, 07 Aug 2006 14:48:18 -0700 Brendan Cully Update qsave to use StatusEntry; don't throw exception on bad status lines.
Mon, 07 Aug 2006 22:54:33 -0500 Matt Mackall Introduce update helper functions: update, merge, clean, and revert
Mon, 07 Aug 2006 14:12:03 -0700 Brendan Cully Update mq to use new logmessage arglist from 2794:bd8a9a94139f
Mon, 07 Aug 2006 16:47:06 -0500 Matt Mackall Merge with crew
Sun, 06 Aug 2006 17:27:05 +0200 Benoit Boissinot mq: unused variables, improper usage of 'is [not]', undefined variable
Sun, 06 Aug 2006 17:24:13 +0200 Benoit Boissinot mq: codingstyle
Sun, 06 Aug 2006 17:20:51 +0200 Benoit Boissinot mq: remove unecessary test
Sun, 06 Aug 2006 17:18:53 +0200 Benoit Boissinot mq: fix variables shadowing builtin
Sat, 05 Aug 2006 14:59:47 -0700 Brendan Cully mq: use more portable util.parse_patch_output instead of handrolled version.
Sat, 05 Aug 2006 15:23:26 -0700 Brendan Cully Add portable shell-quoting function; teach mq to use it.
Thu, 03 Aug 2006 11:12:02 -0700 Vadim Gelfer merge with brendan.
Thu, 03 Aug 2006 11:09:12 -0700 Brendan Cully Use StatusEntry class instead of repeated status line parsing.
Wed, 02 Aug 2006 21:06:12 -0700 Vadim Gelfer mq: make queue.unapplied useful as api
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