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)
|
Mon, 07 Jul 2008 09:31:32 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 07 Jul 2008 09:16:09 +0200 |
Patrick Mezard |
mq: fix qrefresh losing copy information (issue 1134)
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Fri, 27 Jun 2008 13:43:29 -0500 |
Matt Mackall |
status: clean up all users for unknown files
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
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
|
Tue, 13 Mar 2007 21:50:42 -0700 |
Brendan Cully |
Remove undo log after mq operations that rollback would break
|
Tue, 13 Mar 2007 16:27:34 -0700 |
Brendan Cully |
Refresh file size after partial qrefresh.
|
Sat, 10 Mar 2007 17:45:32 -0800 |
Brendan Cully |
Merge with crew-stable
|
Sat, 10 Mar 2007 22:03:23 -0300 |
Alexis S. L. Carvalho |
fix qrefresh'ing an empty patch
|
Sat, 10 Mar 2007 22:03:21 -0300 |
Alexis S. L. Carvalho |
fix qclone to a remote repo
|
Sun, 04 Mar 2007 09:03:21 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Sat, 03 Mar 2007 17:54:13 +0100 |
Christian Ebert |
mq: abort cleanly when invalid patch name is given to qguard
|
Tue, 13 Feb 2007 08:54:48 -0500 |
Ben Thomas |
Modify qpush/qpop idempotent operations to return success
|
Sat, 17 Feb 2007 04:50:03 -0200 |
Alexis S. L. Carvalho |
mq: propagate the return error of pop
|
Fri, 16 Feb 2007 05:27:37 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Thu, 15 Feb 2007 08:44:08 -0200 |
Alexis S. L. Carvalho |
qclone: don't call reposetup manually
|
Fri, 09 Feb 2007 03:48:30 -0200 |
Alexis S. L. Carvalho |
mq: qinit -c creates a repo even after a regular qinit
|
Tue, 06 Feb 2007 16:12:22 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 06 Feb 2007 15:54:58 -0200 |
Alexis S. L. Carvalho |
fix strip'ping the second parent of a merge
|
Mon, 29 Jan 2007 17:33:09 +0100 |
Thomas Arendsen Hein |
mq: Mention usage of hg add/remove/copy/rename in qrefresh help text.
|
Mon, 22 Jan 2007 20:22:25 -0800 |
Brendan Cully |
mq: allow push if -r is given explicitly
|
Wed, 17 Jan 2007 22:19:36 +0100 |
Patrick Mezard |
Enforce unixish style for all generated patch names.
|
Tue, 02 Jan 2007 22:40:52 +0100 |
Thomas Arendsen Hein |
sync with -stable
|
Tue, 26 Dec 2006 21:57:20 +0100 |
Benoit Boissinot |
mq: fix strip failing to unlink a bundle
|
Tue, 26 Dec 2006 03:29:45 +0100 |
Benoit Boissinot |
mq: remove unecessary code, duplicate with util.opener
|
Tue, 26 Dec 2006 03:29:00 +0100 |
Benoit Boissinot |
mq: use contexts
|
Mon, 25 Dec 2006 13:37:00 +0100 |
Benoit Boissinot |
remove various unused import
|
Fri, 15 Dec 2006 18:38:09 -0800 |
Brendan Cully |
Merge with crew-stable
|
Fri, 15 Dec 2006 23:19:12 +0100 |
Benoit Boissinot |
fix strip on windows
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Tue, 12 Dec 2006 12:40:51 -0800 |
Brendan Cully |
mq: fix qheader without args when guards are applied after qtop
|
Mon, 11 Dec 2006 16:40:42 -0800 |
Brendan Cully |
mq: auto-ignore guards in qinit -c
|
Mon, 11 Dec 2006 16:32:45 -0800 |
Brendan Cully |
mq: fix explain_pushable for negative guards
|
Mon, 20 Nov 2006 23:37:21 +0100 |
Mathieu Clabaut |
Uniformisation of commit help for -m and -l.
|
Thu, 07 Dec 2006 14:35:43 -0200 |
Alexis S. L. Carvalho |
fix encoding conversion of branch names when mq is loaded
|
Sat, 02 Dec 2006 18:41:07 -0200 |
Alexis S. L. Carvalho |
fix qseries -v and guards interaction
|
Wed, 22 Nov 2006 23:07:15 +0100 |
Thomas Arendsen Hein |
Make mq use changegroup.writebundle for writing strip backups.
|
Wed, 22 Nov 2006 23:02:28 +0100 |
Thomas Arendsen Hein |
Removed unused ui parameter from revpair/revrange and fix its users.
|
Mon, 20 Nov 2006 19:32:43 -0200 |
Alexis S. L. Carvalho |
qrefresh: fix handling of copies in the fast path
|
Mon, 20 Nov 2006 19:32:42 -0200 |
Alexis S. L. Carvalho |
qrefresh: fix handling of added files (including copies) in the slow path
|
Mon, 20 Nov 2006 19:32:41 -0200 |
Alexis S. L. Carvalho |
qrefresh: respect --git even in the slow path
|
Mon, 20 Nov 2006 19:32:40 -0200 |
Alexis S. L. Carvalho |
add --git option to qdiff
|
Mon, 20 Nov 2006 13:06:04 -0800 |
Brendan Cully |
Merge with crew
|
Mon, 20 Nov 2006 13:03:52 -0800 |
Brendan Cully |
mq: add --git option to qimport -r
|
Sun, 19 Nov 2006 22:02:00 +0100 |
Mathieu Clabaut |
Make qrefresh help more explanatory for options -m, -l and -s
|
Sun, 19 Nov 2006 23:47:19 +0100 |
Mathieu Clabaut |
Issue424: mq patch loses guard when qrenamed
|
Sun, 19 Nov 2006 17:01:59 -0200 |
Alexis S. L. Carvalho |
fix qseries -v when there are unapplied patches
|
Tue, 31 Oct 2006 17:24:42 -0800 |
Brendan Cully |
mq: handle qpush -a with empty series
|
Sun, 29 Oct 2006 10:53:51 +0100 |
Thomas Arendsen Hein |
Define and use nullrev (revision of nullid) instead of -1.
|
Fri, 27 Oct 2006 23:09:46 +0200 |
Thomas Arendsen Hein |
Merge with upstream
|
Thu, 26 Oct 2006 09:40:20 -0700 |
Brendan Cully |
mq: support qimport -
|
Fri, 27 Oct 2006 14:06:32 -0500 |
Matt Mackall |
Make util.unique return a list
|
Thu, 26 Oct 2006 17:27:07 -0500 |
Matt Mackall |
Make revrange return a list of ints so that callers don't have to convert
|
Mon, 23 Oct 2006 23:32:56 -0300 |
Alexis S. L. Carvalho |
make mq play nicely with the branch cache
|
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: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.
|
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
|
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
|