diff tests/test-dispatch.t @ 35227:98a5aa5575e7

fancyopts: fix handling of "--" value in earlygetopt()
author Yuya Nishihara <yuya@tcha.org>
date Sat, 25 Nov 2017 17:30:50 +0900
parents 5b569d512fbd
children feecfefeba25
line wrap: on
line diff
--- a/tests/test-dispatch.t	Fri Nov 24 01:09:00 2017 +0900
+++ b/tests/test-dispatch.t	Sat Nov 25 17:30:50 2017 +0900
@@ -40,10 +40,10 @@
 "--" may be an option value:
 
   $ hg -R -- log
-  abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!
+  abort: repository -- not found!
   [255]
   $ hg log -R --
-  abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo!
+  abort: repository -- not found!
   [255]
   $ hg log -T --
   -- (no-eol)