changeset 15958:0d2ac0299020 stable

commands: drop exclamation mark in abort message
author Idan Kamara <idankk86@gmail.com>
date Fri, 20 Jan 2012 23:05:14 +0200
parents 12a1c9e92d66
children db33555eafea
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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