changeset 14259 | df9ccd39828c |
parent 14258 | 50e3fb2ab9fa |
child 14260 | 00a881581400 |
--- a/hgext/record.py Sun May 08 17:48:29 2011 +0200 +++ b/hgext/record.py Sun May 08 17:48:30 2011 +0200 @@ -482,7 +482,7 @@ patch.internalpatch(fp, ui, 1, repo.root, files=pfiles, eolmode=None) finally: - cmdutil.updatedir(ui, repo, pfiles) + patch.updatedir(ui, repo, pfiles) except patch.PatchError, err: raise util.Abort(str(err)) del fp