2010-01-03 |
Patrick Mezard |
patch: explicitely close input patch files when leaving
stable
|
2010-01-01 |
Patrick Mezard |
patch: support diff data loss detection and upgrade
|
2009-12-29 |
Patrick Mezard |
patch: make git diffline generation more explicit
|
2009-12-23 |
Patrick Mezard |
Merge with crew-stable
|
2009-12-10 |
Greg Onufer |
patch: better handling of sequence of offset patch hunks (issue1941)
stable
|
2009-12-23 |
Patrick Mezard |
patch: drop unused hunk.newctrl()
|
2009-12-23 |
Patrick Mezard |
patch: drop eol normalization fast-path for 'lf' and 'crlf'
|
2009-12-23 |
Patrick Mezard |
patch: fix eolmode=auto with new files
|
2009-12-20 |
Martin Geisler |
patch: implement patch.eol=auto mode
|
2009-12-20 |
Martin Geisler |
patch: propagate eolmode down to patchfile
|
2009-11-05 |
Yannick Gingras |
diff: add --inverse option
|
2009-11-05 |
Dirkjan Ochtman |
kill trailing whitespace
|
2009-10-31 |
Benoit Boissinot |
patch: use the public ctx API instead of the internals
|
2009-10-31 |
Benoit Boissinot |
patch: don't use mutable object as default argument
|
2009-10-31 |
Benoit Boissinot |
patch: initialize all attributes of the hunk class
|
2009-10-31 |
Benoit Boissinot |
patch: simplify logic
|
2009-10-25 |
Brodie Rao |
diffstat: with --git, mark binary files with Bin
|
2009-10-25 |
Brodie Rao |
diffstat: print 0 instead of nothing for 0 adds or removes
|
2009-10-15 |
Patrick Mezard |
Merge with crew-stable
|
2009-10-15 |
Patrick Mezard |
patch: handle symlink updates/replacements (issue1785)
|
2009-10-15 |
Patrick Mezard |
patch: handle symlinks without symlinkhunk
|
2009-10-08 |
Patrick Mezard |
Merge with crew-stable
|
2009-10-08 |
Patrick Mezard |
patch: do not swallow header-like patch first line (issue1859)
|
2009-09-18 |
Martin Geisler |
do not attempt to translate ui.debug output
|
2009-08-23 |
Nicolas Dumazet |
patch: remove the unused, broken reverse() function
|
2009-08-24 |
Nicolas Dumazet |
patch: readgitpatch: remove unused variable 'src'
|
2009-08-10 |
Martin Geisler |
patch: marked string for translation
|
2009-08-10 |
Brodie Rao |
diffstat: scale adds/removes proportionally to graph width
|
2009-08-08 |
Brendan Cully |
patch: create file even if source is not /dev/null
|
2009-07-27 |
Matt Mackall |
Merge with crew
|
2009-07-24 |
Bill Barry |
fix issue 1763: strip chars from end of line when parsing gitpatch lines
|
2009-07-14 |
Brendan Cully |
Merge with crew-stable
|
2009-07-14 |
Brendan Cully |
Make patch.diff filelog cache LRU of 20 files. Fixes issue1738.
|
2009-07-05 |
Alejandro Santos |
compat: use 'key' argument instead of 'cmp' when sorting a list
|
2009-07-05 |
Alejandro Santos |
compat: use open() instead of file() everywhere
|
2009-07-05 |
Alejandro Santos |
compat: use // for integer division
|
2009-06-22 |
Simon Heimberg |
patch: use new style class in linereader
|
2009-06-19 |
Dirkjan Ochtman |
kill trailing whitespace
|
2009-06-16 |
Colin Caughie |
Fixed patch.eol bug that truncated all patched lines to one character
|
2009-06-14 |
Patrick Mezard |
Add patch.eol to ignore EOLs when patching (issue1019)
|
2009-06-10 |
Benoit Boissinot |
use new style classes
|
2009-06-09 |
timeless |
Generally replace "file name" with "filename" in help and comments.
|
2009-05-26 |
Martin Geisler |
replace "i in range(len(xs))" with "i, x in enumerate(xs)"
|
2009-05-19 |
Martin Geisler |
use 'x is None' instead of 'x == None'
|
2009-05-19 |
Martin Geisler |
patch: simplify Boolean expression slightly
|
2009-05-17 |
Benoit Boissinot |
patch: use set instead of dict
|
2009-05-14 |
Matt Mackall |
patch: copy copies dict before changing it (issue1651)
|
2009-04-25 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
2009-04-26 |
Matt Mackall |
replace util.sort with sorted built-in
|
2009-04-21 |
Wagner Bruna |
patch, i18n: avoid parameterized plural
|
2009-04-04 |
Dirkjan Ochtman |
merge with crew-stable
|
2009-03-24 |
Vsevolod Solovyov |
Fix issue1495, corner case of adding empty files via patching
|
2009-03-23 |
Peter Arrenbrecht |
cleanup: drop unused imports
|
2009-03-20 |
Matt Mackall |
diffstat: use width 80 by default and avoid division by zero
|
2009-02-16 |
Matt Mackall |
patch: teach selectfile about symlinks (issue1438)
|
2009-02-12 |
Dirkjan Ochtman |
patch: no need to instantiate a match catch-all in diff()
|
2009-02-07 |
Dirkjan Ochtman |
merge with mpm
|
2009-01-25 |
Mads Kiilerich |
Make util.find_exe alway returns existing file, fixing issue1459
|
2009-02-04 |
Martin Geisler |
patch: turned strings with backslashes into raw strings
|
2009-01-19 |
Dirkjan Ochtman |
kill some trailing whitespace
|