Mercurial > public > mercurial-scm > hg
comparison mercurial/dispatch.py @ 15781:cc2da4a5ed9a
dispatch: lowercase abort message
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Fri, 06 Jan 2012 16:16:58 +0100 |
parents | c9913ef748f7 |
children | be92ddc636e3 1c2aaf05f7d7 |
comparison
equal
deleted
inserted
replaced
15780:713ee57f817b | 15781:cc2da4a5ed9a |
---|---|
581 raise util.Abort(_("option --config may not be abbreviated!")) | 581 raise util.Abort(_("option --config may not be abbreviated!")) |
582 if options["cwd"]: | 582 if options["cwd"]: |
583 raise util.Abort(_("option --cwd may not be abbreviated!")) | 583 raise util.Abort(_("option --cwd may not be abbreviated!")) |
584 if options["repository"]: | 584 if options["repository"]: |
585 raise util.Abort(_( | 585 raise util.Abort(_( |
586 "Option -R has to be separated from other options (e.g. not -qR) " | 586 "option -R has to be separated from other options (e.g. not -qR) " |
587 "and --repository may only be abbreviated as --repo!")) | 587 "and --repository may only be abbreviated as --repo!")) |
588 | 588 |
589 if options["encoding"]: | 589 if options["encoding"]: |
590 encoding.encoding = options["encoding"] | 590 encoding.encoding = options["encoding"] |
591 if options["encodingmode"]: | 591 if options["encodingmode"]: |