hgext/transplant.py
changeset 14259 df9ccd39828c
parent 14223 e456084a3ecc
child 14260 00a881581400
--- a/hgext/transplant.py	Sun May 08 17:48:29 2011 +0200
+++ b/hgext/transplant.py	Sun May 08 17:48:30 2011 +0200
@@ -232,7 +232,7 @@
                                      % revlog.hex(node))
                         return None
                 finally:
-                    files = cmdutil.updatedir(self.ui, repo, files)
+                    files = patch.updatedir(self.ui, repo, files)
             except Exception, inst:
                 seriespath = os.path.join(self.path, 'series')
                 if os.path.exists(seriespath):