changeset 4067 | c620376b8fd6 |
parent 4057 | 3600b84656d3 |
child 4068 | 5b1f663ef86d |
child 4086 | cc8a52229620 |
--- a/mercurial/util.py Tue Feb 06 15:55:20 2007 -0200 +++ b/mercurial/util.py Tue Feb 06 00:09:36 2007 +0300 @@ -580,7 +580,7 @@ shutil.copyfile(src, dest) shutil.copymode(src, dest) except shutil.Error, inst: - raise util.Abort(str(inst)) + raise Abort(str(inst)) def copyfiles(src, dst, hardlink=None): """Copy a directory tree using hardlinks if possible"""