mercurial/__init__.py
author Patrick Mezard <pmezard@gmail.com>
Thu, 19 May 2011 22:44:01 +0200
changeset 14386 c2ef8cc50748
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
patch: unify iterhunks() afile/bfile handling git afile/bfile are extracted twice, once when reading a 'diff --git', and again when reading a unified hunk. The problem is not all git blocks have unified hunks (renames just have metadata) and they were not extracted the same way. This is what this patch unifies.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: