log mercurial/patch.py @ 15462:2b1ec74c961f stable

age author description
Wed, 09 Nov 2011 16:55:59 -0800 Nicolas Venegas mdiff/patch: fix bad hunk handling for unified diffs with zero context stable
Mon, 24 Oct 2011 13:41:19 +0200 Patrick Mezard diffstat: be more picky when marking file as 'binary' (issue2816) stable
Wed, 05 Oct 2011 09:20:38 +0300 Kirill Elagin diff: enhance highlighting with color (issue3034)
Tue, 27 Sep 2011 18:50:18 -0500 Matt Mackall merge with stable
Tue, 27 Sep 2011 18:41:09 -0500 Steffen Daode Nurpmeso patch: correctly handle non-tabular Subject: line stable
Mon, 12 Sep 2011 23:02:45 -0500 Matt Mackall merge with stable
Sun, 11 Sep 2011 18:49:41 +0200 Dan Villiom Podlaski Christiansen patch: handle 'gitpatches' being empty, but not none stable
Mon, 25 Jul 2011 16:02:27 -0500 Augie Fackler patch: use safehasattr instead of hasattr
Mon, 04 Jul 2011 19:53:39 -0300 Wagner Bruna patch: fix parsing patch files containing CRs not followed by LFs stable
Wed, 29 Jun 2011 15:00:00 +0200 Thomas Arendsen Hein classes: fix class style problems found by b071cd58af50 stable
Mon, 20 Jun 2011 09:30:03 +0200 Peter Arrenbrecht patch: fix typo in variable name stable
Fri, 17 Jun 2011 20:33:02 +0200 Patrick Mezard patch: make filestore store data in memory and fallback to fs
Tue, 14 Jun 2011 23:26:35 +0200 Patrick Mezard import: add --bypass option
Tue, 14 Jun 2011 23:24:34 +0200 Patrick Mezard patch: extend filtestore to store an optional copy source
Sat, 11 Jun 2011 14:17:25 +0200 Patrick Mezard patch: generalize the use of patchmeta in applydiff()
Sat, 11 Jun 2011 14:14:13 +0200 Patrick Mezard patch: stop updating changed files set in applydiff()
Sat, 11 Jun 2011 14:14:11 +0200 Patrick Mezard patch: turn patch() touched files dict into a set
Sun, 05 Jun 2011 22:26:01 +0200 Patrick Mezard patch: dot not ignore hunk of files marked as 'deleted'
Sun, 05 Jun 2011 22:24:19 +0200 Patrick Mezard patch: fix patchmeta/hunk synchronization in iterhunks()
Sun, 05 Jun 2011 22:24:11 +0200 Patrick Mezard patch: remove unnecessary exists() call in selectfile()
Sun, 05 Jun 2011 13:27:06 +0200 Patrick Mezard patch: remove redundant islink() call
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Fri, 27 May 2011 21:50:11 +0200 Patrick Mezard patch: do not patch unknown files (issue752)
Fri, 27 May 2011 21:50:10 +0200 Patrick Mezard patch: use temporary files to handle intermediate copies
Fri, 27 May 2011 21:50:09 +0200 Patrick Mezard patch: refactor file creation/removal detection
Thu, 26 May 2011 22:51:02 +0800 Steven Brown patch: restore the previous output of 'diff --stat'
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall context: make forget work like commands.forget
Tue, 24 May 2011 14:21:04 +0200 Patrick Mezard patch: remove EOL support from linereader class
Sat, 21 May 2011 15:06:38 -0500 Matt Mackall patch: use diffstatsum in diffstat
Sat, 21 May 2011 15:06:36 -0500 Matt Mackall patch: add diffstatsum helper
Sat, 21 May 2011 15:01:28 -0500 Matt Mackall diffstatdata: no longer a generator
Thu, 19 May 2011 22:55:13 +0200 Patrick Mezard patch: fast-path git case in selectfile()
Thu, 19 May 2011 22:49:43 +0200 Patrick Mezard patch: unify backend file access interface
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: merge backend setmode() into writelines()
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: stop modifying gitpatch objects
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: stop handling hunkless git blocks out of stream
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: reindent code
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: unify iterhunks() afile/bfile handling
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: git metadata was ignored if strip > 1
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: construct and parse binary hunks at the same time
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: refactor iterhunks() regular and binary files emission
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: remove patch.patch() cwd argument
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: merge _updatedir() into externalpatch()
Wed, 18 May 2011 23:48:17 +0200 Patrick Mezard patch: add a workingbackend dirstate layer on top of fsbackend
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: handle binary copies as regular ones
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: remove files while patching, not in updatedir()
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: set desired mode when patching, not in updatedir()
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: stop changing current directory before patching
Wed, 18 May 2011 09:05:18 +0200 Sune Foldager patch: remove unused variable to make pyflakes test happy
Tue, 17 May 2011 23:46:38 +0200 Patrick Mezard patch: add lexists() to backends, use it in selectfile()
Tue, 17 May 2011 23:46:38 +0200 Patrick Mezard patch: move copyfile() into backends, abstract basedir
Tue, 17 May 2011 23:46:37 +0200 Patrick Mezard patch: merge makerejlines() into write_rej()
Tue, 17 May 2011 23:46:15 +0200 Patrick Mezard patch: extract fs access from patchfile into fsbackend
Tue, 17 May 2011 23:27:58 +0200 Patrick Mezard mq: fix qpush changes detection of renamed files
Fri, 13 May 2011 14:48:48 -0500 Matt Mackall scmutil: drop some aliases in cmdutil
Sun, 08 May 2011 17:48:31 +0200 Patrick Mezard patch: make patch()/internalpatch() always update the dirstate
Sun, 08 May 2011 17:48:30 +0200 Patrick Mezard patch: move updatedir() from cmdutil into patch
Fri, 06 May 2011 19:03:41 +0300 Idan Kamara patch: introduce changedfiles
Fri, 06 May 2011 18:45:12 +0300 Idan Kamara patch: remove unused ui arg to iterhunks
Fri, 06 May 2011 15:31:09 +0200 Adrian Buehlmann rename explain_exit to explainexit
Fri, 06 May 2011 15:19:48 +0200 Adrian Buehlmann rename util.parse_patch_output to parsepatchoutput
Fri, 06 May 2011 11:31:40 +0200 Martin Geisler patch: fix clash between local variable and exception instance
Fri, 06 May 2011 11:12:55 +0200 Martin Geisler patchfile: use real Booleans instead of 0/1
Tue, 26 Apr 2011 21:22:14 +0200 Patrick Mezard patch: remove redundant variable in iterhunks()
Wed, 20 Apr 2011 21:41:41 +0200 Adrian Buehlmann move canonpath from util to scmutil
Wed, 20 Apr 2011 19:54:57 +0200 Adrian Buehlmann move opener from util to scmutil
Mon, 04 Apr 2011 16:21:59 -0500 Matt Mackall misc: replace .parents()[0] with p1()
Thu, 24 Mar 2011 10:28:29 +0100 Patrick Mezard patch: deprecate ui.patch / external patcher feature
Sun, 20 Mar 2011 00:22:47 +0100 Patrick Mezard patch: move closefile() into patchfile.close()
Sun, 20 Mar 2011 00:09:44 +0100 Patrick Mezard patch: inline patchfile.hashlines()
Sun, 20 Mar 2011 00:08:44 +0100 Patrick Mezard patch: fix hunk newlines when parsing hunks, not in iterhunks()
Fri, 04 Feb 2011 16:32:14 -0300 Gastón Kleiman diffstat: fix parsing of filenames with spaces
Fri, 10 Dec 2010 15:14:05 +0100 Adrian Buehlmann opener: always reset flags on 'w'rite
Wed, 08 Dec 2010 13:12:12 -0600 Matt Mackall merge with stable
Fri, 03 Dec 2010 11:40:30 +0900 Patrick Mezard patch: write .rej files without rewriting EOLs stable
Wed, 03 Nov 2010 21:11:07 +0100 Patrick Mezard patch: remove unused applydiff() sourcefile argument
Wed, 03 Nov 2010 21:11:05 +0100 Patrick Mezard patch: remove unused gitworkdone variable from iterhunks()
Sun, 24 Oct 2010 12:56:38 +0200 Patrick Mezard Test applying context diffs stable
Thu, 14 Oct 2010 01:28:29 +0200 Mads Kiilerich import: only the first hg patch marker should be processed (issue2417)
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: fails immediately upon malformed hunk
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: always raise PatchError with a message, simplify handling
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: simplify externalpatch() arguments
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove internal patcher fallback and NoHunk error
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove unused patchmeta.lineno
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove unused flags from readgitpatch()
Fri, 08 Oct 2010 23:39:44 -0500 Mads Kiilerich import: don't strip '#' lines from patch descriptions (issue 2417)
Tue, 28 Sep 2010 01:11:24 +0200 Patrick Mezard Merge with stable
Tue, 28 Sep 2010 00:41:08 +0200 Patrick Mezard patch: test and document a bit binary to regular file upgrade stable
Tue, 28 Sep 2010 00:41:07 +0200 Patrick Mezard patch: upgrade to git patch when removing binary file stable
Mon, 27 Sep 2010 22:47:10 +0200 Patrick Mezard patch: fix rename text to binary file (issue2400) stable
Mon, 20 Sep 2010 22:29:13 +0200 Patrick Mezard Merge with stable
Mon, 20 Sep 2010 21:46:56 +0200 Patrick Mezard Use lexists() instead of exists() where appropriate stable
Mon, 20 Sep 2010 21:42:11 +0200 Patrick Mezard patch: do not overwrite broken untracked symlinks stable
Mon, 20 Sep 2010 21:42:11 +0200 Patrick Mezard patch: fix target when patching broken symlinks (issue2368) stable
Mon, 13 Sep 2010 13:08:09 +0200 Martin Geisler patch: break import cycle with cmdutil
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler diff: recurse into subrepositories with --subrepos/-S flag
Thu, 02 Sep 2010 12:08:13 +0200 Martin Geisler clone, patch, convert: use hex(nullid) instead of '0'*40
Sun, 29 Aug 2010 22:55:37 +0200 Martin Geisler Merge with stable
Sun, 29 Aug 2010 22:37:58 +0200 Martin Geisler Lowercase error messages stable
Wed, 25 Aug 2010 16:23:32 +0200 Martin Geisler util: remove lexists, Python 2.4 introduced os.path.lexists
Thu, 12 Aug 2010 17:58:03 +0200 Martin Geisler patch: fix typo in comment
Thu, 22 Jul 2010 14:30:27 +0900 Dan Drake patch: fix extract() docstring, it returns branch as well stable
Sun, 18 Jul 2010 01:06:50 +0900 FUJIWARA Katsunori i18n: use encoding.colwidth() for correct column width stable
Thu, 17 Jun 2010 15:51:27 +0200 Dirkjan Ochtman patch: inline small, single-use 'write' function
Thu, 17 Jun 2010 15:50:35 +0200 Dirkjan Ochtman patch: inline small, single-use 'close' function
Mon, 07 Jun 2010 20:03:32 +0200 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx
Mon, 26 Apr 2010 13:21:03 +0200 Mads Kiilerich patch: strip paths in leaked git patchmeta objects
Mon, 26 Apr 2010 13:21:03 +0200 Mads Kiilerich patch: minor cleanup of _applydiff
Mon, 26 Apr 2010 13:21:02 +0200 Mads Kiilerich patch: git delete mode shouldn't be used at all
Mon, 26 Apr 2010 13:21:02 +0200 Mads Kiilerich patch: make "unable to strip away" message less confusing
Mon, 26 Apr 2010 13:21:02 +0200 Mads Kiilerich patch: descriptive patchmeta.__repr__ to help debugging
Sat, 17 Apr 2010 13:23:24 -0500 Augie Fackler patch: refactor applydiff to allow for mempatching
Sat, 17 Apr 2010 13:13:57 -0500 Augie Fackler patch: move mercurial-specific imports after stdlib imports
Wed, 14 Apr 2010 17:58:10 +0900 Nicolas Dumazet pylint, pyflakes: remove unused or duplicate imports
Sun, 11 Apr 2010 20:59:55 -0700 Brendan Cully Merge with stable
Fri, 09 Apr 2010 20:34:05 +0200 Peter Arrenbrecht patch: don't look for headers in diff lines stable
Fri, 02 Apr 2010 15:22:06 -0500 Brodie Rao diff: make use of output labeling
Mon, 22 Mar 2010 11:08:42 +0100 Benoit Boissinot patch: warn when the internal patcher fails
Sat, 20 Mar 2010 16:57:24 -0500 Matt Mackall Merge with stable
Sat, 20 Mar 2010 14:47:05 +0100 Benoit Boissinot patch: more precise NoHunk, raised for every file (issue2102) stable
Sat, 20 Mar 2010 21:16:22 +0100 Benoit Boissinot patch: differentiate start of file with diff --git vs '--- ' stable
Sat, 20 Mar 2010 10:01:56 -0500 Matt Mackall Merge with stable
Fri, 19 Mar 2010 22:52:38 +0100 Benoit Boissinot patch: try harder to find the file to patch on file creation (issue2041) stable
Fri, 19 Mar 2010 16:05:16 -0500 Matt Mackall Merge with stable
Fri, 19 Mar 2010 12:45:39 +0100 Benoit Boissinot patch: second line of a context diff starts with '--- ', not '+++ ' stable
Thu, 18 Mar 2010 14:36:24 -0700 Brendan Cully Merge with stable
Thu, 18 Mar 2010 18:22:34 +0100 Benoit Boissinot patch: enhance diff detection regexp, allow '--- ' in patch message stable
Tue, 09 Mar 2010 19:04:18 +0100 Benoit Boissinot patch/diff: move diff related code next to each other
Mon, 08 Mar 2010 19:43:24 +0100 Benoit Boissinot patch/diff: move patch.export() to cmdutil.export()
Mon, 22 Feb 2010 22:55:58 +0100 Patrick Mezard patch: fix patching with fuzz and eol normalization stable
Fri, 19 Feb 2010 13:04:11 -0200 Wagner Bruna patch, i18n: avoid parameterized messages stable
Thu, 18 Feb 2010 10:46:01 -0800 Brendan Cully import: if in doubt, consume stream until start of diff stable
Sun, 14 Feb 2010 17:53:23 +0100 Patrick Mezard patch: remove useless copy, cleanup stable
Thu, 11 Feb 2010 11:22:57 -0200 Wagner Bruna patch: separate reverse copy data (issue1959) stable
Sun, 07 Feb 2010 18:06:52 +0100 Brendan Cully import: import each patch in a file or stream as a separate change
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sun, 03 Jan 2010 20:36:30 +0100 Patrick Mezard Merge with crew-stable
Sun, 03 Jan 2010 19:47:07 +0100 Patrick Mezard patch: explicitely close input patch files when leaving stable
Fri, 01 Jan 2010 20:54:05 +0100 Patrick Mezard patch: support diff data loss detection and upgrade
Tue, 29 Dec 2009 16:00:38 +0100 Patrick Mezard patch: make git diffline generation more explicit
Thu, 24 Dec 2009 00:01:13 +0100 Patrick Mezard Merge with crew-stable
Wed, 09 Dec 2009 16:56:00 -0800 Greg Onufer patch: better handling of sequence of offset patch hunks (issue1941) stable
Wed, 23 Dec 2009 19:31:48 +0100 Patrick Mezard patch: drop unused hunk.newctrl()
Wed, 23 Dec 2009 19:31:48 +0100 Patrick Mezard patch: drop eol normalization fast-path for 'lf' and 'crlf'
Wed, 23 Dec 2009 19:31:47 +0100 Patrick Mezard patch: fix eolmode=auto with new files
Sun, 20 Dec 2009 17:18:04 +0100 Martin Geisler patch: implement patch.eol=auto mode
Sun, 20 Dec 2009 17:18:02 +0100 Martin Geisler patch: propagate eolmode down to patchfile
Thu, 05 Nov 2009 15:18:56 +0100 Yannick Gingras diff: add --inverse option
Thu, 05 Nov 2009 10:44:36 +0100 Dirkjan Ochtman kill trailing whitespace
Sat, 31 Oct 2009 18:02:34 +0100 Benoit Boissinot patch: use the public ctx API instead of the internals
Sat, 31 Oct 2009 18:02:13 +0100 Benoit Boissinot patch: don't use mutable object as default argument
Sat, 31 Oct 2009 18:01:08 +0100 Benoit Boissinot patch: initialize all attributes of the hunk class
Sat, 31 Oct 2009 18:00:05 +0100 Benoit Boissinot patch: simplify logic
Sun, 25 Oct 2009 02:53:33 +0200 Brodie Rao diffstat: with --git, mark binary files with Bin
Sun, 25 Oct 2009 02:35:35 +0200 Brodie Rao diffstat: print 0 instead of nothing for 0 adds or removes
Fri, 16 Oct 2009 00:06:23 +0200 Patrick Mezard Merge with crew-stable
Thu, 15 Oct 2009 23:15:30 +0200 Patrick Mezard patch: handle symlink updates/replacements (issue1785)
Thu, 15 Oct 2009 23:15:30 +0200 Patrick Mezard patch: handle symlinks without symlinkhunk
Sun, 11 Oct 2009 13:54:19 -0500 Matt Mackall Merge with stable
Thu, 08 Oct 2009 23:42:33 +0200 Patrick Mezard patch: do not swallow header-like patch first line (issue1859)
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Sun, 23 Aug 2009 14:32:58 +0200 Nicolas Dumazet patch: remove the unused, broken reverse() function
Mon, 24 Aug 2009 14:40:21 +0200 Nicolas Dumazet patch: readgitpatch: remove unused variable 'src'
Mon, 10 Aug 2009 23:02:58 +0200 Martin Geisler patch: marked string for translation
Mon, 10 Aug 2009 22:59:29 +0200 Brodie Rao diffstat: scale adds/removes proportionally to graph width
Fri, 07 Aug 2009 19:27:54 -0700 Brendan Cully patch: create file even if source is not /dev/null
Mon, 27 Jul 2009 18:38:20 -0500 Matt Mackall Merge with crew
Fri, 24 Jul 2009 15:53:40 -0600 Bill Barry fix issue 1763: strip chars from end of line when parsing gitpatch lines
Tue, 14 Jul 2009 16:51:52 -0700 Brendan Cully Merge with crew-stable
Tue, 14 Jul 2009 16:50:37 -0700 Brendan Cully Make patch.diff filelog cache LRU of 20 files. Fixes issue1738.
Sun, 05 Jul 2009 11:02:00 +0200 Alejandro Santos compat: use 'key' argument instead of 'cmp' when sorting a list
Sun, 05 Jul 2009 11:01:30 +0200 Alejandro Santos compat: use open() instead of file() everywhere
Sun, 05 Jul 2009 11:00:44 +0200 Alejandro Santos compat: use // for integer division
Mon, 22 Jun 2009 12:05:11 +0200 Simon Heimberg patch: use new style class in linereader
Fri, 19 Jun 2009 13:47:50 +0200 Dirkjan Ochtman kill trailing whitespace
Tue, 16 Jun 2009 16:22:42 +0100 Colin Caughie Fixed patch.eol bug that truncated all patched lines to one character
Mon, 15 Jun 2009 00:03:26 +0200 Patrick Mezard Add patch.eol to ignore EOLs when patching (issue1019)
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Tue, 09 Jun 2009 09:25:17 -0400 timeless Generally replace "file name" with "filename" in help and comments.
Tue, 26 May 2009 22:59:52 +0200 Martin Geisler replace "i in range(len(xs))" with "i, x in enumerate(xs)"
Wed, 20 May 2009 00:52:46 +0200 Martin Geisler use 'x is None' instead of 'x == None'
Wed, 20 May 2009 00:43:23 +0200 Martin Geisler patch: simplify Boolean expression slightly
Sun, 17 May 2009 03:28:49 +0200 Benoit Boissinot patch: use set instead of dict
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall patch: copy copies dict before changing it (issue1651)
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
Mon, 20 Apr 2009 21:16:14 -0300 Wagner Bruna patch, i18n: avoid parameterized plural
Sat, 04 Apr 2009 19:43:00 +0200 Dirkjan Ochtman merge with crew-stable
Tue, 24 Mar 2009 23:28:55 +0000 Vsevolod Solovyov Fix issue1495, corner case of adding empty files via patching
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Fri, 20 Mar 2009 14:38:50 -0500 Matt Mackall diffstat: use width 80 by default and avoid division by zero
Mon, 16 Feb 2009 17:37:23 -0600 Matt Mackall patch: teach selectfile about symlinks (issue1438)
Thu, 12 Feb 2009 12:35:48 +0100 Dirkjan Ochtman patch: no need to instantiate a match catch-all in diff()
Sat, 07 Feb 2009 23:29:12 +0100 Dirkjan Ochtman merge with mpm
Wed, 04 Feb 2009 20:53:38 +0100 Martin Geisler patch: turned strings with backslashes into raw strings
Sun, 25 Jan 2009 21:20:13 +0100 Mads Kiilerich Make util.find_exe alway returns existing file, fixing issue1459
Mon, 19 Jan 2009 12:59:56 +0100 Dirkjan Ochtman kill some trailing whitespace
Tue, 13 Jan 2009 20:28:06 +0200 Patrick Mezard diffstat: don't fail on merges
Fri, 09 Jan 2009 01:36:35 +0100 Benoit Boissinot patch: export shouldn't close files received as a parameter
Sat, 03 Jan 2009 21:24:31 +0100 Dirkjan Ochtman merge with crew-stable
Fri, 02 Jan 2009 22:53:33 +0100 Martin Geisler use repo.wjoin(f) instead of os.path.join(repo.root, f)
Sat, 03 Jan 2009 20:33:37 +0100 Dirkjan Ochtman patch: kill some trailing whitespace
Thu, 25 Dec 2008 10:48:24 +0200 Alexander Solovyov python implementation of diffstat
Sun, 14 Dec 2008 23:05:18 -0800 Brendan Cully Merge with crew-stable
Fri, 05 Dec 2008 14:51:50 +0100 Bartosz SKOWRON patch: simplify linereader
Sun, 14 Dec 2008 23:04:29 -0800 Brendan Cully patch: handle git patches that remove symlinks (issue1438)
Thu, 11 Dec 2008 22:59:35 +0100 Patrick Mezard patch: catch only IOError from makedirs()
Tue, 09 Dec 2008 14:27:47 +0100 Stefan Rusek When applying a git diff, ensure that the target dir exists for new files
Sat, 22 Nov 2008 00:21:57 -0800 Brendan Cully import: add similarity option (issue295)
Wed, 19 Nov 2008 13:27:57 +0100 Patrick Mezard patch: isolate patchfile filesystem calls into methods
Wed, 19 Nov 2008 13:27:57 +0100 Patrick Mezard patch: pass an opener to patchfile
Wed, 19 Nov 2008 13:27:57 +0100 Patrick Mezard patch: remove useless unlink() call
Thu, 06 Nov 2008 11:17:38 +0100 Ronny Pfannschmidt export: fixed silent output file overwriting
Mon, 03 Nov 2008 16:48:23 +0100 Dirkjan Ochtman patch: turn patch.diff() into a generator
Mon, 27 Oct 2008 22:57:55 +0100 Patrick Mezard patch: rewrite diffstat with util.filter()
Sun, 26 Oct 2008 17:26:28 +0100 Patrick Mezard patch: fix patched files records in externalpatcher()
Fri, 24 Oct 2008 20:46:56 +0200 Bartosz SKOWRON patch: remove double variables in copyfile() func
Wed, 22 Oct 2008 13:14:52 +0200 Dirkjan Ochtman patch/diff: use a separate function to write the first line of a file diff
Wed, 22 Oct 2008 12:56:28 +0200 Dirkjan Ochtman patch: consolidate two different regexes for parsing of git diffs
Wed, 22 Oct 2008 09:29:26 +0200 Dirkjan Ochtman patch: extract local function addmodehdr
Mon, 20 Oct 2008 14:57:04 +0200 Dirkjan Ochtman clean up trailing spaces, leading spaces in C
Sat, 18 Oct 2008 23:45:46 +0200 Patrick Mezard patch: pass linereader to binaryhunk.extract() instead of wrapped fp
Sat, 18 Oct 2008 23:45:46 +0200 Patrick Mezard patch: pass linereader to scangitpatch(), extract from iterhunks()
Sat, 18 Oct 2008 23:45:45 +0200 Patrick Mezard patch: change functions definition order for readability
Sat, 18 Oct 2008 23:45:45 +0200 Patrick Mezard patch: map changed files to patchmeta directly
Sat, 18 Oct 2008 23:45:45 +0200 Patrick Mezard patch: patchmeta gives (islink, isexec) tuple instead of int mode
Sat, 18 Oct 2008 23:45:45 +0200 Patrick Mezard patch: extract and rename gitpatch into patchmeta, document
Sat, 18 Oct 2008 23:45:45 +0200 Patrick Mezard patch: remove applydiff() useless updatedir and rejmerge arguments
Sun, 05 Oct 2008 21:35:26 +0200 Dirkjan Ochtman python2.6: use subprocess if available
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall diff: pass contexts to status
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in Mercurial
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: avoid naive plural tricks
Sun, 31 Aug 2008 11:41:52 +0200 Dirkjan Ochtman fix double indentation and trailing whitespace
Tue, 12 Aug 2008 17:47:08 +0200 Dirkjan Ochtman merge with crew-stable
Sun, 10 Aug 2008 21:55:06 -0500 Matt Mackall util: set_flags shouldn't know about repo flag formats
Wed, 02 Jul 2008 09:21:57 +0200 Dirkjan Ochtman merge with crew-stable
Wed, 25 Jun 2008 14:13:20 -0700 Brendan Cully Check that git patches only touch files under root
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper