mercurial/dispatch.py
changeset 15781 cc2da4a5ed9a
parent 15632 c9913ef748f7
child 16263 be92ddc636e3
child 16277 1c2aaf05f7d7
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"]: