changeset 4734 | 9ac493f12901 |
parent 4732 | b0520e3903fe |
child 6150 | aafdea37f796 |
--- a/tests/test-globalopts Thu Jun 28 15:56:25 2007 +0200 +++ b/tests/test-globalopts Thu Jun 28 16:03:45 2007 +0200 @@ -35,6 +35,14 @@ echo "%% earlygetopt short option without following space" hg -q -Rb tip +echo "%% earlygetopt with illegal abbreviations" +hg --confi "foo.bar=baz" +hg --cw a tip +hg --rep a tip +hg --repositor a tip +hg -qR a tip +hg -qRa tip + echo %% --cwd hg --cwd a parents