hgext/mq.py
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
Thu, 12 Jun 2008 07:38:15 -0500 Jason Orendorff mq: qdiff: support all diffopts
Fri, 06 Jun 2008 18:31:57 +0200 Patrick Mezard Merge with crew-stable
Fri, 06 Jun 2008 18:23:31 +0200 Weijun Wang mq: handle added patch renaming correctly
Tue, 03 Jun 2008 09:34:14 +0200 Dirkjan Ochtman mq: introduce the qfinish command
Tue, 03 Jun 2008 12:27:48 +0200 Dirkjan Ochtman merge from crew-stable
Sat, 24 May 2008 18:23:13 +0200 Patrick Mezard Merge with crew-stable
Tue, 03 Jun 2008 12:10:14 +0200 Dirkjan Ochtman mq: don't update the working copy on strip if parents aren't stripped
Tue, 03 Jun 2008 09:31:36 +0200 Adrian Buehlmann mq: qimport: explain insertion point in doc string
Thu, 08 May 2008 14:02:42 +1000 teki321 mq: qpush -n fix
Thu, 22 May 2008 13:29:47 +0200 Dirkjan Ochtman merge from crew-stable
Thu, 22 May 2008 13:28:34 +0200 Dirkjan Ochtman mq: lose the trailing whitespace 1.0.1
Mon, 19 May 2008 10:23:47 +0200 Dirkjan Ochtman merge from crew-stable
Mon, 19 May 2008 10:02:28 +0200 Dirkjan Ochtman merge from crew-stable
Sun, 18 May 2008 23:49:33 +0200 Patrick Mezard Merge with crew-stable
Sat, 17 May 2008 09:12:49 +0200 Dirkjan Ochtman merge from crew-stable
Mon, 19 May 2008 10:22:15 +0200 Dirkjan Ochtman mq: add correct documentation for qpop
Mon, 19 May 2008 10:19:59 +0200 Dirkjan Ochtman Backed out changeset ff5ef3c0fe10 (fixes wrong documentation)
Mon, 19 May 2008 03:52:26 -0400 Jeff Walden Slight improvement to qpop arguments help
Sun, 18 May 2008 17:01:24 +0200 Patrick Mezard mq: make qselect fail properly on an empty guard
Sat, 17 May 2008 09:11:14 +0200 Dirkjan Ochtman mq: expand help text for qdiff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files arg from repo.status and friends
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files argument from patch.diff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: use match.files() for patch.diff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall status: use match helpers for various users
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: remove remaining users of cmdutils.matchpats
Fri, 18 Apr 2008 18:07:34 +0200 Dirkjan Ochtman merge from crew-stable
Fri, 18 Apr 2008 17:25:10 +0200 Jason Orendorff mq: fix qdiff -U (it apparently never really worked)
Wed, 16 Apr 2008 16:07:15 +0200 Dirkjan Ochtman merge from crew-stable
Wed, 16 Apr 2008 12:15:43 +0200 Dirkjan Ochtman merge from crew-stable
Wed, 16 Apr 2008 09:36:24 +0200 Dirkjan Ochtman merge from crew-stable
Wed, 16 Apr 2008 16:04:07 +0200 Dirkjan Ochtman mq: don't commit local changes on pushing empty patch (issue1087)
Wed, 16 Apr 2008 12:09:16 +0200 Dirkjan Ochtman remove trailing spaces
Wed, 16 Apr 2008 09:35:43 +0200 Dirkjan Ochtman mq: add a little documentation on qpush -f
Fri, 04 Apr 2008 17:44:31 +0200 Dirkjan Ochtman mq: add --force option to strip
Mon, 24 Mar 2008 18:07:07 -0300 Alexis S. L. Carvalho mq: use repo.changelog.tip() instead of the "tip" tag
Mon, 24 Mar 2008 16:17:19 -0300 Alexis S. L. Carvalho qclone: do not abort if remote hasn't enabled mq (issue1040)
Fri, 21 Mar 2008 15:44:11 -0500 Matt Mackall mq: warn when applying a patch to somewhere other than tip
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Fri, 29 Feb 2008 09:54:28 +0100 Dirkjan Ochtman mq: remove unimplemented option -f for strip
Thu, 28 Feb 2008 17:37:56 +0200 Marti Raudsepp mq: Cleanup: update outdated file header.
Thu, 21 Feb 2008 23:00:50 +0100 Peter Arrenbrecht mq: make qclone ask remote source repo for qbase using lookup protocol
Sun, 17 Feb 2008 21:34:28 +0100 Thomas Arendsen Hein Fix bad behaviour when specifying an invalid date (issue700)
Fri, 15 Feb 2008 16:06:36 -0200 Alexis S. L. Carvalho move the reading of branch.cache from _branchtags to branchtags
Fri, 08 Feb 2008 18:31:55 -0200 Alexis S. L. Carvalho Merge with crew-stable
Wed, 06 Feb 2008 20:00:35 -0800 Bryan O'Sullivan Merge with crew
Wed, 06 Feb 2008 19:57:52 -0800 Bryan O'Sullivan Merge with crew
Thu, 26 Jul 2007 07:56:27 -0400 jorendorff mq.py: add -U option to hg qdiff command
Wed, 06 Feb 2008 23:24:15 +0100 Patrick Mezard Merge with crew-stable
Fri, 08 Feb 2008 18:07:55 -0200 Alexis S. L. Carvalho qinit -c: add ^\.hg and ^\.mq to .hgignore
Wed, 06 Feb 2008 23:09:13 +0100 Patrick Mezard mq: qimport must read patches in binary mode
Sun, 03 Feb 2008 21:47:07 -0200 Alexis S. L. Carvalho merge with crew-stable
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho qpop/qrefresh: update self.applied before calling strip
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho mq: don't allow patches with some reserved names
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho mq: pop/refresh: avoid losing revisions not managed by mq
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho mqrepo: don't abort if the status file has an unknown node
Fri, 18 Jan 2008 10:48:25 -0600 Matt Mackall transform a bunch of print statements to appropriate ui calls
Wed, 02 Jan 2008 16:24:13 +0100 Peter Arrenbrecht mq: add --currentdate and --date options to qnew and qrefresh
Wed, 19 Dec 2007 22:36:18 +0100 peter arrenbrecht mq: add --currentuser and --user options to qnew and qrefresh
Thu, 13 Dec 2007 20:35:42 +0100 Peter Arrenbrecht mq: drop obsolete reference to 'qversion'
Tue, 20 Nov 2007 14:31:58 +0100 Patrick Mezard mq: avoid qnew committing everything on invalid paths (issue 803)
Fri, 09 Nov 2007 20:21:35 -0200 Alexis S. L. Carvalho mq: really remove undo after a qpush (and after a strip)
Tue, 09 Oct 2007 17:22:38 -0500 Matt Mackall mq: clarify queue top message
Mon, 24 Sep 2007 19:14:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 24 Sep 2007 19:00:11 -0300 Alexis S. L. Carvalho mq: fix qrefresh -e with no patches applied
Mon, 10 Sep 2007 15:00:05 -0700 Brendan Cully mq: fix regression in 6fd953d5faea
Mon, 27 Aug 2007 02:21:58 -0300 Alexis S. L. Carvalho Merge with crew-stable
Thu, 23 Aug 2007 13:59:52 -0700 Brendan Cully mq: some improvements to header rewriting (closes #690)
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho avoid double slash problem mentioned in issue695
Thu, 23 Aug 2007 01:48:29 -0300 Alexis S. L. Carvalho merge: forcefully mark files that we get from the second parent as dirty
Wed, 15 Aug 2007 16:22:12 -0700 Brendan Cully Merge with crew-stable
Wed, 15 Aug 2007 16:20:10 -0700 Brendan Cully mq: truncate patch just before rewriting header
Thu, 09 Aug 2007 20:16:00 -0700 Bryan O'Sullivan mq: teach qpop about symlinks
Wed, 08 Aug 2007 23:00:01 +0200 Benoit Boissinot merge with -stable
Wed, 08 Aug 2007 12:27:20 +0200 Benoit Boissinot refactor options from cmdtable
Thu, 02 Aug 2007 01:56:08 -0300 Alexis S. L. Carvalho del transaction before lock before wlock
Sat, 28 Jul 2007 20:15:54 +0200 Patrick Mezard mq: add qnew --git option
Sun, 22 Jul 2007 14:53:57 -0500 Matt Mackall transactions: avoid late tear-down (issue641)
Wed, 18 Jul 2007 16:46:01 +0200 Thomas Arendsen Hein merge with crew-stable
Mon, 16 Jul 2007 16:50:47 -0700 Bryan O'Sullivan mq: autodetect an existing git patch during qrefresh (issue 491)
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Make repo locks recursive, eliminate all passing of lock/wlock
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Use try/finally pattern to cleanup locks and transactions
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: add __contains__ and make __getitem__ more useful
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: make wjoin function private
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: break update into separate functions
Mon, 16 Jul 2007 16:50:47 -0700 Bryan O'Sullivan mq: autodetect an existing git patch during qrefresh (issue 491)
Tue, 10 Jul 2007 09:52:32 -0700 Brendan Cully mq: improve qclone error handling when patch directory is not a repository.
Thu, 28 Jun 2007 09:19:08 -0700 Brendan Cully mq: more qdelete help text tweaks
Thu, 28 Jun 2007 08:42:43 -0700 Brendan Cully mq: require patch argument or revision for qdelete
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Mon, 25 Jun 2007 15:57:01 -0700 Brendan Cully mq: regularize patch header creation.
Mon, 25 Jun 2007 11:13:27 -0700 Brendan Cully mq: support qnew -I/-X and file name lists
Mon, 25 Jun 2007 10:34:53 -0700 Brendan Cully Merge with mpm
Mon, 25 Jun 2007 09:49:40 -0700 Brendan Cully mq: document that qinit -c may be run later
Mon, 25 Jun 2007 01:26:44 -0500 Matt Mackall strip: move strip code to a new repair module
Mon, 25 Jun 2007 01:22:45 -0500 Matt Mackall strip: simplify bundle helper
Sun, 24 Jun 2007 18:22:40 -0500 Matt Mackall strip: pull core strip logic into its own function
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall localrepo and dirstate: rename reload to invalidate
Wed, 13 Jun 2007 21:39:45 -0300 Alexis S. L. Carvalho mq: reduce matcher abuse
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho mq: grab locks before starting a transaction
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: move dispatching code to cmdutil
Sat, 02 Jun 2007 09:21:56 -0500 Matt Mackall mq: pass a URL to clone
Sun, 13 May 2007 19:15:54 -0700 Brendan Cully Make mergepatch save queue now that qpush isn't.
Tue, 08 May 2007 13:10:27 -0700 Bryan O'Sullivan mq: add qgoto command.
Tue, 08 May 2007 13:08:20 -0700 Brendan Cully Fix test-patchbomb for crew
Tue, 08 May 2007 12:16:02 -0700 Bryan O'Sullivan MQ: tidy up if a qpush is interrupted.
Mon, 07 May 2007 00:12:35 +0200 Patrick Mezard Merge with crew-stable.
Sun, 06 May 2007 23:44:18 +0200 Patrick Mezard mq: fix qtop failure when the series ends with guarded patches.
Tue, 01 May 2007 13:23:32 -0700 Brendan Cully mq: account for readheaders munging in qrefresh
Thu, 12 Apr 2007 15:07:05 -0700 Brendan Cully Merge with crew-stable
Thu, 12 Apr 2007 14:45:53 -0700 Brendan Cully mq: fix qtop when some patches beneath are guarded
Tue, 10 Apr 2007 14:05:15 -0500 Matt Mackall Merge with stable
Mon, 09 Apr 2007 04:24:17 -0300 Alexis S. L. Carvalho mq: don't abort when merging a patch that removes files
Sun, 18 Mar 2007 20:44:58 +0100 Thomas Arendsen Hein merge with crew-stable
Sun, 18 Mar 2007 20:39:25 +0100 Thomas Arendsen Hein Fixed synopsis for some mq commands
Sun, 18 Mar 2007 20:37:47 +0100 Thomas Arendsen Hein hg qseries -m: guards file was not ignored
Sun, 18 Mar 2007 12:20:15 +0100 Thomas Arendsen Hein Simplified qseries and hg qapplied to fix some bugs caused by optimization:
Sat, 17 Mar 2007 18:46:52 +0100 Thomas Arendsen Hein Fix issue443: inconsistent output of "hg qunapplied -v"
Wed, 14 Mar 2007 10:45:18 -0700 Brendan Cully mq: add qparent tag (first parent of qbase)
Wed, 14 Mar 2007 01:26:09 -0500 Matt Mackall Merge with -stable, fix small test failure
less more (0) -120 tip