changeset 24260 | 76225ab5a5da |
parent 24259 | 5ac8ce04baa2 |
child 24272 | 26a1c617e047 |
--- a/mercurial/cmdutil.py Mon Mar 09 18:22:24 2015 -0700 +++ b/mercurial/cmdutil.py Tue Mar 10 13:06:38 2015 -0700 @@ -713,7 +713,7 @@ try: files = set() try: - patch.patchrepo(ui, repo, p1, store, tmpname, strip, + patch.patchrepo(ui, repo, p1, store, tmpname, strip, prefix, files, eolmode=None) except patch.PatchError, e: raise util.Abort(str(e))