Fri, 04 Feb 2011 16:32:14 -0300 |
Gastón Kleiman |
diffstat: fix parsing of filenames with spaces
|
file |
diff |
annotate
|
Fri, 10 Dec 2010 15:14:05 +0100 |
Adrian Buehlmann |
opener: always reset flags on 'w'rite
|
file |
diff |
annotate
|
Wed, 08 Dec 2010 13:12:12 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Fri, 03 Dec 2010 11:40:30 +0900 |
Patrick Mezard |
patch: write .rej files without rewriting EOLs
stable
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 21:11:07 +0100 |
Patrick Mezard |
patch: remove unused applydiff() sourcefile argument
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 21:11:05 +0100 |
Patrick Mezard |
patch: remove unused gitworkdone variable from iterhunks()
|
file |
diff |
annotate
|
Sun, 24 Oct 2010 12:56:38 +0200 |
Patrick Mezard |
Test applying context diffs
stable
|
file |
diff |
annotate
|
Thu, 14 Oct 2010 01:28:29 +0200 |
Mads Kiilerich |
import: only the first hg patch marker should be processed (issue2417)
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: fails immediately upon malformed hunk
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: always raise PatchError with a message, simplify handling
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: simplify externalpatch() arguments
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: remove internal patcher fallback and NoHunk error
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: remove unused patchmeta.lineno
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: remove unused flags from readgitpatch()
|
file |
diff |
annotate
|
Fri, 08 Oct 2010 23:39:44 -0500 |
Mads Kiilerich |
import: don't strip '#' lines from patch descriptions (issue 2417)
|
file |
diff |
annotate
|
Tue, 28 Sep 2010 01:11:24 +0200 |
Patrick Mezard |
Merge with stable
|
file |
diff |
annotate
|
Tue, 28 Sep 2010 00:41:08 +0200 |
Patrick Mezard |
patch: test and document a bit binary to regular file upgrade
stable
|
file |
diff |
annotate
|
Tue, 28 Sep 2010 00:41:07 +0200 |
Patrick Mezard |
patch: upgrade to git patch when removing binary file
stable
|
file |
diff |
annotate
|
Mon, 27 Sep 2010 22:47:10 +0200 |
Patrick Mezard |
patch: fix rename text to binary file (issue2400)
stable
|
file |
diff |
annotate
|
Mon, 20 Sep 2010 22:29:13 +0200 |
Patrick Mezard |
Merge with stable
|
file |
diff |
annotate
|
Mon, 20 Sep 2010 21:46:56 +0200 |
Patrick Mezard |
Use lexists() instead of exists() where appropriate
stable
|
file |
diff |
annotate
|
Mon, 20 Sep 2010 21:42:11 +0200 |
Patrick Mezard |
patch: do not overwrite broken untracked symlinks
stable
|
file |
diff |
annotate
|
Mon, 20 Sep 2010 21:42:11 +0200 |
Patrick Mezard |
patch: fix target when patching broken symlinks (issue2368)
stable
|
file |
diff |
annotate
|
Mon, 13 Sep 2010 13:08:09 +0200 |
Martin Geisler |
patch: break import cycle with cmdutil
|
file |
diff |
annotate
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
diff: recurse into subrepositories with --subrepos/-S flag
|
file |
diff |
annotate
|
Thu, 02 Sep 2010 12:08:13 +0200 |
Martin Geisler |
clone, patch, convert: use hex(nullid) instead of '0'*40
|
file |
diff |
annotate
|
Sun, 29 Aug 2010 22:55:37 +0200 |
Martin Geisler |
Merge with stable
|
file |
diff |
annotate
|
Sun, 29 Aug 2010 22:37:58 +0200 |
Martin Geisler |
Lowercase error messages
stable
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 16:23:32 +0200 |
Martin Geisler |
util: remove lexists, Python 2.4 introduced os.path.lexists
|
file |
diff |
annotate
|
Thu, 12 Aug 2010 17:58:03 +0200 |
Martin Geisler |
patch: fix typo in comment
|
file |
diff |
annotate
|
Thu, 22 Jul 2010 14:30:27 +0900 |
Dan Drake |
patch: fix extract() docstring, it returns branch as well
stable
|
file |
diff |
annotate
|
Sun, 18 Jul 2010 01:06:50 +0900 |
FUJIWARA Katsunori |
i18n: use encoding.colwidth() for correct column width
stable
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 15:51:27 +0200 |
Dirkjan Ochtman |
patch: inline small, single-use 'write' function
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 15:50:35 +0200 |
Dirkjan Ochtman |
patch: inline small, single-use 'close' function
|
file |
diff |
annotate
|
Mon, 07 Jun 2010 20:03:32 +0200 |
Dirkjan Ochtman |
move working dir/dirstate methods from localrepo to workingctx
|
file |
diff |
annotate
|
Mon, 26 Apr 2010 13:21:03 +0200 |
Mads Kiilerich |
patch: strip paths in leaked git patchmeta objects
|
file |
diff |
annotate
|
Mon, 26 Apr 2010 13:21:03 +0200 |
Mads Kiilerich |
patch: minor cleanup of _applydiff
|
file |
diff |
annotate
|
Mon, 26 Apr 2010 13:21:02 +0200 |
Mads Kiilerich |
patch: git delete mode shouldn't be used at all
|
file |
diff |
annotate
|
Mon, 26 Apr 2010 13:21:02 +0200 |
Mads Kiilerich |
patch: make "unable to strip away" message less confusing
|
file |
diff |
annotate
|
Mon, 26 Apr 2010 13:21:02 +0200 |
Mads Kiilerich |
patch: descriptive patchmeta.__repr__ to help debugging
|
file |
diff |
annotate
|
Sat, 17 Apr 2010 13:23:24 -0500 |
Augie Fackler |
patch: refactor applydiff to allow for mempatching
|
file |
diff |
annotate
|
Sat, 17 Apr 2010 13:13:57 -0500 |
Augie Fackler |
patch: move mercurial-specific imports after stdlib imports
|
file |
diff |
annotate
|
Wed, 14 Apr 2010 17:58:10 +0900 |
Nicolas Dumazet |
pylint, pyflakes: remove unused or duplicate imports
|
file |
diff |
annotate
|
Sun, 11 Apr 2010 20:59:55 -0700 |
Brendan Cully |
Merge with stable
|
file |
diff |
annotate
|
Fri, 09 Apr 2010 20:34:05 +0200 |
Peter Arrenbrecht |
patch: don't look for headers in diff lines
stable
|
file |
diff |
annotate
|
Fri, 02 Apr 2010 15:22:06 -0500 |
Brodie Rao |
diff: make use of output labeling
|
file |
diff |
annotate
|
Mon, 22 Mar 2010 11:08:42 +0100 |
Benoit Boissinot |
patch: warn when the internal patcher fails
|
file |
diff |
annotate
|
Sat, 20 Mar 2010 16:57:24 -0500 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Sat, 20 Mar 2010 14:47:05 +0100 |
Benoit Boissinot |
patch: more precise NoHunk, raised for every file (issue2102)
stable
|
file |
diff |
annotate
|
Sat, 20 Mar 2010 21:16:22 +0100 |
Benoit Boissinot |
patch: differentiate start of file with diff --git vs '--- '
stable
|
file |
diff |
annotate
|
Sat, 20 Mar 2010 10:01:56 -0500 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Fri, 19 Mar 2010 22:52:38 +0100 |
Benoit Boissinot |
patch: try harder to find the file to patch on file creation (issue2041)
stable
|
file |
diff |
annotate
|
Fri, 19 Mar 2010 16:05:16 -0500 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Fri, 19 Mar 2010 12:45:39 +0100 |
Benoit Boissinot |
patch: second line of a context diff starts with '--- ', not '+++ '
stable
|
file |
diff |
annotate
|
Thu, 18 Mar 2010 14:36:24 -0700 |
Brendan Cully |
Merge with stable
|
file |
diff |
annotate
|
Thu, 18 Mar 2010 18:22:34 +0100 |
Benoit Boissinot |
patch: enhance diff detection regexp, allow '--- ' in patch message
stable
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 19:04:18 +0100 |
Benoit Boissinot |
patch/diff: move diff related code next to each other
|
file |
diff |
annotate
|
Mon, 08 Mar 2010 19:43:24 +0100 |
Benoit Boissinot |
patch/diff: move patch.export() to cmdutil.export()
|
file |
diff |
annotate
|
Mon, 22 Feb 2010 22:55:58 +0100 |
Patrick Mezard |
patch: fix patching with fuzz and eol normalization
stable
|
file |
diff |
annotate
|
Fri, 19 Feb 2010 13:04:11 -0200 |
Wagner Bruna |
patch, i18n: avoid parameterized messages
stable
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 10:46:01 -0800 |
Brendan Cully |
import: if in doubt, consume stream until start of diff
stable
|
file |
diff |
annotate
|
Sun, 14 Feb 2010 17:53:23 +0100 |
Patrick Mezard |
patch: remove useless copy, cleanup
stable
|
file |
diff |
annotate
|
Thu, 11 Feb 2010 11:22:57 -0200 |
Wagner Bruna |
patch: separate reverse copy data (issue1959)
stable
|
file |
diff |
annotate
|
Sun, 07 Feb 2010 18:06:52 +0100 |
Brendan Cully |
import: import each patch in a file or stream as a separate change
|
file |
diff |
annotate
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
file |
diff |
annotate
|
Sun, 03 Jan 2010 20:36:30 +0100 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Sun, 03 Jan 2010 19:47:07 +0100 |
Patrick Mezard |
patch: explicitely close input patch files when leaving
stable
|
file |
diff |
annotate
|
Fri, 01 Jan 2010 20:54:05 +0100 |
Patrick Mezard |
patch: support diff data loss detection and upgrade
|
file |
diff |
annotate
|
Tue, 29 Dec 2009 16:00:38 +0100 |
Patrick Mezard |
patch: make git diffline generation more explicit
|
file |
diff |
annotate
|
Thu, 24 Dec 2009 00:01:13 +0100 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 16:56:00 -0800 |
Greg Onufer |
patch: better handling of sequence of offset patch hunks (issue1941)
stable
|
file |
diff |
annotate
|
Wed, 23 Dec 2009 19:31:48 +0100 |
Patrick Mezard |
patch: drop unused hunk.newctrl()
|
file |
diff |
annotate
|
Wed, 23 Dec 2009 19:31:48 +0100 |
Patrick Mezard |
patch: drop eol normalization fast-path for 'lf' and 'crlf'
|
file |
diff |
annotate
|
Wed, 23 Dec 2009 19:31:47 +0100 |
Patrick Mezard |
patch: fix eolmode=auto with new files
|
file |
diff |
annotate
|
Sun, 20 Dec 2009 17:18:04 +0100 |
Martin Geisler |
patch: implement patch.eol=auto mode
|
file |
diff |
annotate
|
Sun, 20 Dec 2009 17:18:02 +0100 |
Martin Geisler |
patch: propagate eolmode down to patchfile
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 15:18:56 +0100 |
Yannick Gingras |
diff: add --inverse option
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 10:44:36 +0100 |
Dirkjan Ochtman |
kill trailing whitespace
|
file |
diff |
annotate
|
Sat, 31 Oct 2009 18:02:34 +0100 |
Benoit Boissinot |
patch: use the public ctx API instead of the internals
|
file |
diff |
annotate
|
Sat, 31 Oct 2009 18:02:13 +0100 |
Benoit Boissinot |
patch: don't use mutable object as default argument
|
file |
diff |
annotate
|
Sat, 31 Oct 2009 18:01:08 +0100 |
Benoit Boissinot |
patch: initialize all attributes of the hunk class
|
file |
diff |
annotate
|
Sat, 31 Oct 2009 18:00:05 +0100 |
Benoit Boissinot |
patch: simplify logic
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 02:53:33 +0200 |
Brodie Rao |
diffstat: with --git, mark binary files with Bin
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 02:35:35 +0200 |
Brodie Rao |
diffstat: print 0 instead of nothing for 0 adds or removes
|
file |
diff |
annotate
|
Fri, 16 Oct 2009 00:06:23 +0200 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 23:15:30 +0200 |
Patrick Mezard |
patch: handle symlink updates/replacements (issue1785)
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 23:15:30 +0200 |
Patrick Mezard |
patch: handle symlinks without symlinkhunk
|
file |
diff |
annotate
|
Sun, 11 Oct 2009 13:54:19 -0500 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Thu, 08 Oct 2009 23:42:33 +0200 |
Patrick Mezard |
patch: do not swallow header-like patch first line (issue1859)
|
file |
diff |
annotate
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
file |
diff |
annotate
|
Sun, 23 Aug 2009 14:32:58 +0200 |
Nicolas Dumazet |
patch: remove the unused, broken reverse() function
|
file |
diff |
annotate
|
Mon, 24 Aug 2009 14:40:21 +0200 |
Nicolas Dumazet |
patch: readgitpatch: remove unused variable 'src'
|
file |
diff |
annotate
|
Mon, 10 Aug 2009 23:02:58 +0200 |
Martin Geisler |
patch: marked string for translation
|
file |
diff |
annotate
|
Mon, 10 Aug 2009 22:59:29 +0200 |
Brodie Rao |
diffstat: scale adds/removes proportionally to graph width
|
file |
diff |
annotate
|
Fri, 07 Aug 2009 19:27:54 -0700 |
Brendan Cully |
patch: create file even if source is not /dev/null
|
file |
diff |
annotate
|
Mon, 27 Jul 2009 18:38:20 -0500 |
Matt Mackall |
Merge with crew
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 15:53:40 -0600 |
Bill Barry |
fix issue 1763: strip chars from end of line when parsing gitpatch lines
|
file |
diff |
annotate
|
Tue, 14 Jul 2009 16:51:52 -0700 |
Brendan Cully |
Merge with crew-stable
|
file |
diff |
annotate
|
Tue, 14 Jul 2009 16:50:37 -0700 |
Brendan Cully |
Make patch.diff filelog cache LRU of 20 files. Fixes issue1738.
|
file |
diff |
annotate
|
Sun, 05 Jul 2009 11:02:00 +0200 |
Alejandro Santos |
compat: use 'key' argument instead of 'cmp' when sorting a list
|
file |
diff |
annotate
|
Sun, 05 Jul 2009 11:01:30 +0200 |
Alejandro Santos |
compat: use open() instead of file() everywhere
|
file |
diff |
annotate
|
Sun, 05 Jul 2009 11:00:44 +0200 |
Alejandro Santos |
compat: use // for integer division
|
file |
diff |
annotate
|
Mon, 22 Jun 2009 12:05:11 +0200 |
Simon Heimberg |
patch: use new style class in linereader
|
file |
diff |
annotate
|
Fri, 19 Jun 2009 13:47:50 +0200 |
Dirkjan Ochtman |
kill trailing whitespace
|
file |
diff |
annotate
|
Tue, 16 Jun 2009 16:22:42 +0100 |
Colin Caughie |
Fixed patch.eol bug that truncated all patched lines to one character
|
file |
diff |
annotate
|
Mon, 15 Jun 2009 00:03:26 +0200 |
Patrick Mezard |
Add patch.eol to ignore EOLs when patching (issue1019)
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 15:10:21 +0200 |
Benoit Boissinot |
use new style classes
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 09:25:17 -0400 |
timeless |
Generally replace "file name" with "filename" in help and comments.
|
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
|
Wed, 20 May 2009 00:52:46 +0200 |
Martin Geisler |
use 'x is None' instead of 'x == None'
|
file |
diff |
annotate
|
Wed, 20 May 2009 00:43:23 +0200 |
Martin Geisler |
patch: simplify Boolean expression slightly
|
file |
diff |
annotate
|
Sun, 17 May 2009 03:28:49 +0200 |
Benoit Boissinot |
patch: use set instead of dict
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
patch: copy copies dict before changing it (issue1651)
|
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
|
Mon, 20 Apr 2009 21:16:14 -0300 |
Wagner Bruna |
patch, i18n: avoid parameterized plural
|
file |
diff |
annotate
|
Sat, 04 Apr 2009 19:43:00 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
file |
diff |
annotate
|
Tue, 24 Mar 2009 23:28:55 +0000 |
Vsevolod Solovyov |
Fix issue1495, corner case of adding empty files via patching
|
file |
diff |
annotate
|