Fri, 01 Jun 2012 17:05:31 -0700 |
Bryan O'Sullivan |
util: subclass deque for Python 2.4 backwards compatibility
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 15:14:29 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 17:37:56 +0200 |
Patrick Mezard |
patch: keep patching after missing copy source (issue3480)
stable
|
file |
diff |
annotate
|
Tue, 15 May 2012 10:46:23 -0700 |
Bryan O'Sullivan |
cleanup: use the deque type where appropriate
|
file |
diff |
annotate
|
Sun, 13 May 2012 13:18:06 +0200 |
Brodie Rao |
check-code: ignore naked excepts with a "re-raise" comment
|
file |
diff |
annotate
|
Sat, 12 May 2012 16:00:58 +0200 |
Brodie Rao |
cleanup: "raise SomeException()" -> "raise SomeException"
|
file |
diff |
annotate
|
Sat, 12 May 2012 16:00:57 +0200 |
Brodie Rao |
cleanup: "not x in y" -> "x not in y"
|
file |
diff |
annotate
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
file |
diff |
annotate
|
Sat, 12 May 2012 12:23:49 +0200 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sat, 12 May 2012 16:10:01 +0900 |
Yuya Nishihara |
patch: fix segfault against unified diffs which start line is zero
stable
|
file |
diff |
annotate
|
Sun, 29 Apr 2012 11:19:51 +0200 |
Patrick Mezard |
patch: clarify binary hunk parsing loop
|
file |
diff |
annotate
|
Thu, 26 Apr 2012 21:44:02 +0200 |
Patrick Mezard |
patch: be more tolerant with EOLs in binary diffs (issue2870)
stable
|
file |
diff |
annotate
|
Thu, 26 Apr 2012 21:44:00 +0200 |
Patrick Mezard |
patch: include file name in binary patch error messages
stable
|
file |
diff |
annotate
|
Sat, 21 Apr 2012 19:58:18 +0200 |
Patrick Mezard |
patch: display a nice error for invalid base85 data
stable
|
file |
diff |
annotate
|
Sat, 21 Apr 2012 21:40:25 +0200 |
Patrick Mezard |
patch: fix patch hunk/metdata synchronization (issue3384)
stable
|
file |
diff |
annotate
|
Fri, 20 Apr 2012 19:11:54 +0200 |
Patrick Mezard |
patch: be more tolerant with "Parent" header (issue3356)
stable
|
file |
diff |
annotate
|
Thu, 05 Apr 2012 19:23:04 +0200 |
Patrick Mezard |
patch: remove useless variable assignment
|
file |
diff |
annotate
|
Mon, 13 Feb 2012 17:22:35 +0100 |
Patrick Mezard |
patch: fuzz more aggressively to match patch(1) behaviour
stable
|
file |
diff |
annotate
|
Mon, 13 Feb 2012 16:47:31 +0100 |
Patrick Mezard |
patch: fix fuzzing of hunks without previous lines (issue3264)
stable
|
file |
diff |
annotate
|
Mon, 13 Feb 2012 13:51:38 +0100 |
Patrick Mezard |
patch: make hunk.fuzzit() compute the fuzzed start locations
stable
|
file |
diff |
annotate
|
Mon, 13 Feb 2012 13:21:00 +0100 |
Patrick Mezard |
patch: fuzz old and new lines at the same time
stable
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 13:03:42 +0100 |
Patrick Mezard |
import: handle git renames and --similarity (issue3187)
stable
|
file |
diff |
annotate
|
Sat, 21 Jan 2012 23:50:58 +0100 |
Jesus Espino Garcia |
patch: a little bit more robust line counting on diff --stat (issue3183)
stable
|
file |
diff |
annotate
|
Wed, 04 Jan 2012 15:48:02 -0600 |
Matt Mackall |
copies: split the copies api for "normal" and merge cases (API)
|
file |
diff |
annotate
|
Wed, 30 Nov 2011 17:15:39 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 29 Nov 2011 19:51:35 +0100 |
Benoit Allard |
diff: '\ No newline at end of file' is also not part of the header
stable
|
file |
diff |
annotate
|
Fri, 18 Nov 2011 12:04:31 +0100 |
Patrick Mezard |
annotate: support diff whitespace filtering flags (issue3030)
|
file |
diff |
annotate
|
Mon, 14 Nov 2011 18:16:01 +0100 |
Patrick Mezard |
patch: simplify hunk extents parsing
|
file |
diff |
annotate
|
Wed, 09 Nov 2011 16:55:59 -0800 |
Nicolas Venegas |
mdiff/patch: fix bad hunk handling for unified diffs with zero context
stable
|
file |
diff |
annotate
|
Mon, 24 Oct 2011 13:41:19 +0200 |
Patrick Mezard |
diffstat: be more picky when marking file as 'binary' (issue2816)
stable
|
file |
diff |
annotate
|
Wed, 05 Oct 2011 09:20:38 +0300 |
Kirill Elagin |
diff: enhance highlighting with color (issue3034)
|
file |
diff |
annotate
|
Tue, 27 Sep 2011 18:50:18 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 27 Sep 2011 18:41:09 -0500 |
Steffen Daode Nurpmeso |
patch: correctly handle non-tabular Subject: line
stable
|
file |
diff |
annotate
|
Mon, 12 Sep 2011 23:02:45 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sun, 11 Sep 2011 18:49:41 +0200 |
Dan Villiom Podlaski Christiansen |
patch: handle 'gitpatches' being empty, but not none
stable
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 16:02:27 -0500 |
Augie Fackler |
patch: use safehasattr instead of hasattr
|
file |
diff |
annotate
|
Mon, 04 Jul 2011 19:53:39 -0300 |
Wagner Bruna |
patch: fix parsing patch files containing CRs not followed by LFs
stable
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 15:00:00 +0200 |
Thomas Arendsen Hein |
classes: fix class style problems found by b071cd58af50
stable
|
file |
diff |
annotate
|
Mon, 20 Jun 2011 09:30:03 +0200 |
Peter Arrenbrecht |
patch: fix typo in variable name
stable
|
file |
diff |
annotate
|
Fri, 17 Jun 2011 20:33:02 +0200 |
Patrick Mezard |
patch: make filestore store data in memory and fallback to fs
|
file |
diff |
annotate
|
Tue, 14 Jun 2011 23:26:35 +0200 |
Patrick Mezard |
import: add --bypass option
|
file |
diff |
annotate
|
Tue, 14 Jun 2011 23:24:34 +0200 |
Patrick Mezard |
patch: extend filtestore to store an optional copy source
|
file |
diff |
annotate
|
Sat, 11 Jun 2011 14:17:25 +0200 |
Patrick Mezard |
patch: generalize the use of patchmeta in applydiff()
|
file |
diff |
annotate
|
Sat, 11 Jun 2011 14:14:13 +0200 |
Patrick Mezard |
patch: stop updating changed files set in applydiff()
|
file |
diff |
annotate
|
Sat, 11 Jun 2011 14:14:11 +0200 |
Patrick Mezard |
patch: turn patch() touched files dict into a set
|
file |
diff |
annotate
|
Sun, 05 Jun 2011 22:26:01 +0200 |
Patrick Mezard |
patch: dot not ignore hunk of files marked as 'deleted'
|
file |
diff |
annotate
|
Sun, 05 Jun 2011 22:24:19 +0200 |
Patrick Mezard |
patch: fix patchmeta/hunk synchronization in iterhunks()
|
file |
diff |
annotate
|
Sun, 05 Jun 2011 22:24:11 +0200 |
Patrick Mezard |
patch: remove unnecessary exists() call in selectfile()
|
file |
diff |
annotate
|
Sun, 05 Jun 2011 13:27:06 +0200 |
Patrick Mezard |
patch: remove redundant islink() call
|
file |
diff |
annotate
|
Wed, 01 Jun 2011 12:38:46 +0200 |
Martin Geisler |
check-code: flag 0/1 used as constant Boolean expression
|
file |
diff |
annotate
|
Fri, 27 May 2011 21:50:11 +0200 |
Patrick Mezard |
patch: do not patch unknown files (issue752)
|
file |
diff |
annotate
|
Fri, 27 May 2011 21:50:10 +0200 |
Patrick Mezard |
patch: use temporary files to handle intermediate copies
|
file |
diff |
annotate
|
Fri, 27 May 2011 21:50:09 +0200 |
Patrick Mezard |
patch: refactor file creation/removal detection
|
file |
diff |
annotate
|
Thu, 26 May 2011 22:51:02 +0800 |
Steven Brown |
patch: restore the previous output of 'diff --stat'
|
file |
diff |
annotate
|
Thu, 26 May 2011 17:15:35 -0500 |
Matt Mackall |
context: make forget work like commands.forget
|
file |
diff |
annotate
|
Tue, 24 May 2011 14:21:04 +0200 |
Patrick Mezard |
patch: remove EOL support from linereader class
|
file |
diff |
annotate
|
Sat, 21 May 2011 15:06:38 -0500 |
Matt Mackall |
patch: use diffstatsum in diffstat
|
file |
diff |
annotate
|
Sat, 21 May 2011 15:06:36 -0500 |
Matt Mackall |
patch: add diffstatsum helper
|
file |
diff |
annotate
|
Sat, 21 May 2011 15:01:28 -0500 |
Matt Mackall |
diffstatdata: no longer a generator
|
file |
diff |
annotate
|
Thu, 19 May 2011 22:55:13 +0200 |
Patrick Mezard |
patch: fast-path git case in selectfile()
|
file |
diff |
annotate
|