Mercurial > public > mercurial-scm > hg
log mercurial/patch.py @ 24783:a7f8e3584ef3
age | author | description |
---|---|---|
Thu, 16 Apr 2015 11:31:48 -0700 | Durham Goode | diff: pass the diff matcher to the copy logic |
Tue, 17 Mar 2015 15:46:36 -0700 | Siddharth Agarwal | patch.diff: restrict matcher to relative root in certain cases |
Tue, 17 Mar 2015 13:41:24 -0700 | Siddharth Agarwal | patch.diff: add support for diffs relative to a subdirectory |
Tue, 17 Mar 2015 12:59:41 -0700 | Siddharth Agarwal | patch.trydiff: add support for stripping a relative root |
Thu, 19 Mar 2015 10:18:05 -0700 | Siddharth Agarwal | patch._applydiff: resolve prefix with respect to the cwd |
Wed, 18 Mar 2015 20:59:06 -0700 | Siddharth Agarwal | patch.pathtransform: prepend prefix even if strip is 0 |
Tue, 17 Mar 2015 13:06:15 -0700 | Siddharth Agarwal | patch.trydiff: add a docstring |