branch | stable |
changeset 12965 | 0d4fb319974b |
parent 12893 | 15ca4bfecfe3 |
child 12968 | 609edbc7853f |
child 13065 | de4a18cbfc98 |
--- a/mercurial/commands.py Sun Nov 07 20:18:57 2010 +0100 +++ b/mercurial/commands.py Tue Nov 09 20:25:56 2010 +0000 @@ -1270,7 +1270,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_)