changeset 8811 | 8b35b08724eb |
parent 8778 | c5f36402daad |
child 8894 | 868670dbc237 |
--- a/hgext/transplant.py Mon Jun 15 00:03:26 2009 +0200 +++ b/hgext/transplant.py Mon Jun 15 00:03:27 2009 +0200 @@ -218,7 +218,7 @@ files = {} try: patch.patch(patchfile, self.ui, cwd=repo.root, - files=files) + files=files, eolmode=None) if not files: self.ui.warn(_('%s: empty changeset') % revlog.hex(node))