Comment 4 for bug 563692

Revision history for this message
Rory Yorke (ryorke) wrote :

This is related to #140563, and on my Ubuntu 10.04 / bzr 2.4.2 system I get

  rory@rory-laptop:~/tmp/bzr/foo$ bzr ci -m "Messege" file.txt --fixes=Сообщение
  bzr: ERROR: Only ASCII permitted in option names

The error message is not great, since the non-ASCII part is not really in an option
name. Changing it to "Only ASCII permitted on the command-line" would be false, since
non-ASCII *is* permitted, e.g., in the commit message (--message argument).
How about "Only ASCII permitted in option names and some option arguments" ?