equal
deleted
inserted
replaced
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"]: |