mercurial/dispatch.py
changeset 8911 62e3b9466700
parent 8655 21688b8a594b
child 8916 3df8dbf706b0
--- a/mercurial/dispatch.py	Fri Jun 19 10:30:18 2009 +0200
+++ b/mercurial/dispatch.py	Sat Jun 20 19:46:01 2009 +0200
@@ -387,7 +387,7 @@
         raise util.Abort(_("Option --cwd may not be abbreviated!"))
     if options["repository"]:
         raise util.Abort(_(
-            "Option -R has to be separated from other options (i.e. not -qR) "
+            "Option -R has to be separated from other options (e.g. not -qR) "
             "and --repository may only be abbreviated as --repo!"))
 
     if options["encoding"]: