Mercurial > public > mercurial-scm > hg-stable
diff mercurial/util.py @ 4068:5b1f663ef86d
Merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 06 Feb 2007 16:12:22 -0600 |
parents | 431f3c1d3a37 c620376b8fd6 |
children | 3fef134832d8 |
line wrap: on
line diff
--- 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"""