Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 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 |
comparison
equal
deleted
inserted
replaced
15957:12a1c9e92d66 | 15958:0d2ac0299020 |
---|---|
4217 | 4217 |
4218 # look for specified revision | 4218 # look for specified revision |
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 |
4226 if targetphase is None: | 4226 if targetphase is None: |
4227 # display | 4227 # display |