mercurial/commands.py
branchstable
changeset 15958 0d2ac0299020
parent 15957 12a1c9e92d66
child 15959 db33555eafea
--- a/mercurial/commands.py	Thu Jan 19 16:10:26 2012 -0600
+++ b/mercurial/commands.py	Fri Jan 20 23:05:14 2012 +0200
@@ -4219,7 +4219,7 @@
     revs = list(revs)
     revs.extend(opts['rev'])
     if not revs:
-        raise util.Abort(_('no revisions specified!'))
+        raise util.Abort(_('no revisions specified'))
 
     lock = None
     ret = 0