diff mercurial/commands.py @ 12968:609edbc7853f

merge with stable
author Martin Geisler <mg@lazybytes.net>
date Thu, 11 Nov 2010 07:23:38 +0100
parents 34034e55424f 0d4fb319974b
children 3fd4e4e81382
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Nov 11 00:08:09 2010 +0100
+++ b/mercurial/commands.py	Thu Nov 11 07:23:38 2010 +0100
@@ -1273,7 +1273,7 @@
 
     format = opts.get('format', 0)
     if format not in (0, 1):
-        raise util.abort("unknown format %d" % format)
+        raise util.Abort("unknown format %d" % format)
 
     if not r:
         r = revlog.revlog(util.opener(os.getcwd(), audit=False), file_)