Sat, 30 May 2009 19:37:01 +0200 |
Cédric Duval |
mq: rename setheader to updateheader and fix comment
|
file |
diff |
annotate
|
Sat, 30 May 2009 19:18:29 +0200 |
Cédric Duval |
mq: initializing patchheader class directly from patch content
|
file |
diff |
annotate
|
Tue, 26 May 2009 22:59:52 +0200 |
Martin Geisler |
replace "i in range(len(xs))" with "i, x in enumerate(xs)"
|
file |
diff |
annotate
|
Mon, 25 May 2009 23:06:11 +0200 |
Martin Geisler |
replace xrange(0, n) with xrange(n)
|
file |
diff |
annotate
|
Wed, 20 May 2009 00:52:46 +0200 |
Martin Geisler |
use 'x is None' instead of 'x == None'
|
file |
diff |
annotate
|
Tue, 05 May 2009 10:29:34 +0200 |
Simon Heimberg |
mq: new method invalidate
|
file |
diff |
annotate
|
Mon, 04 May 2009 03:35:42 +0200 |
Simon Heimberg |
mq: only read files when needed
|
file |
diff |
annotate
|
Sun, 17 May 2009 20:00:11 +0200 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Fri, 15 May 2009 15:21:17 +0200 |
Dirkjan Ochtman |
mq: qpush shouldn't complain if working dir is at a non-tip head
|
file |
diff |
annotate
|
Sat, 16 May 2009 16:20:37 -0700 |
David Frey |
mq: abort qfold upon local changes (issue1662)
|
file |
diff |
annotate
|
Wed, 13 May 2009 14:08:39 +0200 |
Dirkjan Ochtman |
some modernization cleanups, forward compatibility
|
file |
diff |
annotate
|
Tue, 12 May 2009 11:15:54 +0200 |
Dirkjan Ochtman |
mq: add -P/--push option to qimport
|
file |
diff |
annotate
|
Mon, 04 May 2009 03:49:57 +0200 |
Simon Heimberg |
mq: simpler check of first character of guard name
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
add cmdutil.remoteui
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 00:57:28 +0200 |
Martin Geisler |
replace set-like dictionaries with real sets
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 00:56:06 +0200 |
Martin Geisler |
util: use built-in set instead of util.unique
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch lock releasing in the extensions from gc to explicit
|
file |
diff |
annotate
|
Sat, 18 Apr 2009 14:40:21 +0200 |
Martin Geisler |
help texts: write command line switches as -a/--abc
|
file |
diff |
annotate
|
Sat, 18 Apr 2009 00:21:11 -0700 |
David Frey |
Update qimport help explaining how to read a patch from stdin (Issue371)
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 23:06:50 +0200 |
Martin Geisler |
expand "rev" to "revision" in help texts
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 22:58:05 +0200 |
Martin Geisler |
expand "repo" to "repository" in help texts
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 22:47:56 +0200 |
Martin Geisler |
expand "dir" to "directory" in help texts
|
file |
diff |
annotate
|
Sat, 04 Apr 2009 23:18:03 +0200 |
Martin Geisler |
mq: word-wrap help texts at 70 characters
|
file |
diff |
annotate
|
Sat, 04 Apr 2009 21:09:43 +0200 |
Martin Geisler |
Change double spaces to single spaces in help texts.
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 13:13:02 +0100 |
Peter Arrenbrecht |
cleanup: drop variables for unused return values
|
file |
diff |
annotate
|
Mon, 16 Feb 2009 17:37:23 -0600 |
Matt Mackall |
mq: handle empty patches more gracefully (issue1501)
|
file |
diff |
annotate
|
Tue, 10 Feb 2009 13:26:00 -0600 |
Augie Fackler |
fancyopts: Parse options that occur after arguments.
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 13:49:15 -0500 |
John Mulligan |
mq: allow qclone's -p option to use path alias
|
file |
diff |
annotate
|