hgext/mq.py
changeset 14259 df9ccd39828c
parent 14257 d035ede73434
child 14260 00a881581400
--- a/hgext/mq.py	Sun May 08 17:48:29 2011 +0200
+++ b/hgext/mq.py	Sun May 08 17:48:30 2011 +0200
@@ -618,7 +618,7 @@
                 fuzz = patchmod.patch(patchfile, self.ui, strip=1,
                                       cwd=repo.root, files=files, eolmode=None)
             finally:
-                files = cmdutil.updatedir(self.ui, repo, files)
+                files = patchmod.updatedir(self.ui, repo, files)
             return (True, files, fuzz)
         except Exception, inst:
             self.ui.note(str(inst) + '\n')