##// END OF EJS Templates
commands: drop exclamation mark in abort message
Idan Kamara -
r15958:0d2ac029 stable
parent child Browse files
Show More
@@ -4219,7 +4219,7 b' def phase(ui, repo, *revs, **opts):'
4219 revs = list(revs)
4219 revs = list(revs)
4220 revs.extend(opts['rev'])
4220 revs.extend(opts['rev'])
4221 if not revs:
4221 if not revs:
4222 raise util.Abort(_('no revisions specified!'))
4222 raise util.Abort(_('no revisions specified'))
4223
4223
4224 lock = None
4224 lock = None
4225 ret = 0
4225 ret = 0
General Comments 0
You need to be logged in to leave comments. Login now