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)
|