hgext/transplant.py
changeset 7874 d812029cda85
parent 7744 b44dbb95f07f
child 8000 83d7c9cfb065
--- a/hgext/transplant.py	Mon Mar 23 13:12:07 2009 +0100
+++ b/hgext/transplant.py	Mon Mar 23 13:13:02 2009 +0100
@@ -216,8 +216,8 @@
             try:
                 files = {}
                 try:
-                    fuzz = patch.patch(patchfile, self.ui, cwd=repo.root,
-                                       files=files)
+                    patch.patch(patchfile, self.ui, cwd=repo.root,
+                                files=files)
                     if not files:
                         self.ui.warn(_('%s: empty changeset')
                                      % revlog.hex(node))