diff -r 81fc9678b018 -r 65f4512e40e4 hgext/transplant.py --- a/hgext/transplant.py Thu Jun 09 01:19:39 2011 +0800 +++ b/hgext/transplant.py Sat Jun 11 14:14:11 2011 +0200 @@ -227,7 +227,7 @@ raise util.Abort(_('can only omit patchfile if merging')) if patchfile: try: - files = {} + files = set() patch.patch(self.ui, repo, patchfile, files=files, eolmode=None) files = list(files) if not files: