comparison tests/test-globalopts @ 4728:7bb5bcb089e3

Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 26 Jun 2007 18:39:28 +0200
parents 46280c004f22
children b0520e3903fe
comparison
equal deleted inserted replaced
4727:79cc512a34ed 4728:7bb5bcb089e3
25 hg -R a tip 25 hg -R a tip
26 hg --repository b tip 26 hg --repository b tip
27 27
28 echo %% abbrev of long option 28 echo %% abbrev of long option
29 hg --repo c tip 29 hg --repo c tip
30
31 echo "%% earlygetopt with duplicate options (36d23de02da1)"
32 hg --cwd a --cwd b --cwd c tip
33 hg --repo c --repository b -R a tip
34
35 echo "%% earlygetopt short option without spaces (79cc512a34ed)"
36 hg -qR a tip
37 hg -q -Rb tip
38 hg -qRc tip
30 39
31 echo %% --cwd 40 echo %% --cwd
32 hg --cwd a parents 41 hg --cwd a parents
33 42
34 echo %% -y/--noninteractive - just be sure it is parsed 43 echo %% -y/--noninteractive - just be sure it is parsed