mercurial/commands.py
changeset 12968 609edbc7853f
parent 12964 34034e55424f
parent 12965 0d4fb319974b
child 13022 3fd4e4e81382
--- 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_)