mercurial/util.py
changeset 4068 5b1f663ef86d
parent 4059 431f3c1d3a37
parent 4067 c620376b8fd6
child 4069 3fef134832d8
--- a/mercurial/util.py	Tue Feb 06 15:23:40 2007 -0200
+++ b/mercurial/util.py	Tue Feb 06 16:12:22 2007 -0600
@@ -579,7 +579,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"""