Mercurial > public > mercurial-scm > hg
diff hgext/transplant.py @ 8811:8b35b08724eb
Make mq, record and transplant honor patch.eol
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 15 Jun 2009 00:03:27 +0200 |
parents | c5f36402daad |
children | 868670dbc237 |
line wrap: on
line diff
--- 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))