log hgext/mq.py @ 3468:0e68608bd11d

age author description
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Wed, 18 Oct 2006 10:37:34 -0700 Brendan Cully patch: return list of modified files even when an exception is raised
Thu, 12 Oct 2006 14:02:41 -0700 Brendan Cully mq: make qdelete without -k or a subrepository delete all patches
Thu, 12 Oct 2006 13:24:09 -0700 Brendan Cully mq: change qdel --forget to --rev; accept any revision symbol
Tue, 03 Oct 2006 16:36:40 -0700 Brendan Cully mq: update qfold to call delete correctly
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Thu, 28 Sep 2006 11:41:33 -0700 Brendan Cully mq: raise util.Abort instead of using sys.exit(1)
Wed, 27 Sep 2006 14:50:20 -0700 Brendan Cully mq: don't write applied patches into series twice in restore
Wed, 27 Sep 2006 14:32:53 -0700 Brendan Cully mq: bail out if a patch appears more than once in the series file.
Wed, 27 Sep 2006 13:34:20 -0700 Brendan Cully mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev
Tue, 19 Sep 2006 10:22:30 -0700 Brendan Cully mq: Add --rev argument to qimport, to adopt existing changesets.
Tue, 19 Sep 2006 08:45:39 -0700 Brendan Cully qimport: rename patch to patchname to avoid shadowing module
Thu, 14 Sep 2006 22:52:47 +0200 Brendan Cully mq: handle patch names containing ":"
Thu, 14 Sep 2006 15:35:55 +0200 Brendan Cully mq: add qdelete --forget option
Wed, 13 Sep 2006 16:41:03 -0700 Brendan Cully mq: do not update an empty working directory after strip.
Tue, 12 Sep 2006 11:11:19 -0700 Brendan Cully mq: Add --git option to qrefresh
Wed, 13 Sep 2006 21:46:36 +0200 john levon Add the -s option to `hg help qseries`.
Wed, 13 Sep 2006 08:57:08 -0700 Brendan Cully Make qrename handle directory targets; closes #333.
Tue, 12 Sep 2006 17:27:41 +0200 Thomas Arendsen Hein Fixed python2.3 incompatibility (rsplit) in qpush/qpop with index.
Sat, 09 Sep 2006 12:51:05 +0200 Benoit Boissinot merge with brendan
Wed, 30 Aug 2006 15:13:45 -0700 Brendan Cully strip: strip changelog before manifest
Fri, 08 Sep 2006 09:36:18 +0200 Thomas Arendsen Hein Never apply string formatting to generated errors with util.Abort.
Tue, 29 Aug 2006 17:08:55 -0700 Brendan Cully Call patch.diff directly instead of printdiff - this also saves an
Tue, 22 Aug 2006 16:59:09 -0700 Bryan O'Sullivan qheader: exit withh meaningful error code.
Tue, 22 Aug 2006 16:03:55 -0700 Bryan O'Sullivan MQ: Make more commands return meaningful errors.
Tue, 22 Aug 2006 15:14:35 -0700 Bryan O'Sullivan qrefresh: exit with status 1 if no patches applied.
Mon, 21 Aug 2006 13:59:17 -0700 Vadim Gelfer mq: fix bad interaction between demandload and update of commands.norepo
Wed, 16 Aug 2006 19:55:42 -0700 Brendan Cully mq: fix appliedname
Wed, 16 Aug 2006 19:53:42 -0700 Brendan Cully mq help text updates and speling fixes
Wed, 16 Aug 2006 19:53:01 -0700 Brendan Cully Add qnew -e option.
Wed, 16 Aug 2006 19:52:21 -0700 Brendan Cully allow qrefresh to take a list of files; closes #96.
Wed, 16 Aug 2006 19:51:39 -0700 Brendan Cully Fix test-mq-qdiff; add -I and -X options to qdiff
Wed, 16 Aug 2006 19:50:50 -0700 Brendan Cully Fix qfold after recent changes
Wed, 16 Aug 2006 19:49:45 -0700 Brendan Cully Teach mq about git patches
Wed, 16 Aug 2006 10:52:42 -0700 Vadim Gelfer override previous merge with mpm.
Wed, 16 Aug 2006 10:52:19 -0700 Vadim Gelfer redo merge with mpm.
Wed, 16 Aug 2006 10:46:24 -0700 Vadim Gelfer merge with mpm.
Tue, 15 Aug 2006 11:34:08 -0500 Matt Mackall Move ui.diffopts to patch.diffopts where it belongs
Tue, 15 Aug 2006 11:28:50 -0700 Brendan Cully Unify mq and hg patch invocation.
Mon, 14 Aug 2006 11:41:08 -0700 Brendan Cully Allow qdel to delete multiple patches.
Mon, 14 Aug 2006 11:24:19 -0700 Brendan Cully Replace qdel/qfold -f option with -k/--keep.
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.
Fri, 11 Aug 2006 10:57:42 -0500 Matt Mackall Change remaining users of manifest flags
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
Wed, 09 Aug 2006 13:55:18 -0500 Matt Mackall Merge with crew, fix most tests
Mon, 07 Aug 2006 22:54:33 -0500 Matt Mackall Introduce update helper functions: update, merge, clean, and revert
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