tests/test-globalopts
changeset 4734 9ac493f12901
parent 4732 b0520e3903fe
child 6150 aafdea37f796
equal deleted inserted replaced
4733:0ecfc3b3f072 4734:9ac493f12901
    32 hg --cwd a --cwd b --cwd c tip
    32 hg --cwd a --cwd b --cwd c tip
    33 hg --repo c --repository b -R a tip
    33 hg --repo c --repository b -R a tip
    34 
    34 
    35 echo "%% earlygetopt short option without following space"
    35 echo "%% earlygetopt short option without following space"
    36 hg -q -Rb tip
    36 hg -q -Rb tip
       
    37 
       
    38 echo "%% earlygetopt with illegal abbreviations"
       
    39 hg --confi "foo.bar=baz"
       
    40 hg --cw a tip
       
    41 hg --rep a tip
       
    42 hg --repositor a tip
       
    43 hg -qR a tip
       
    44 hg -qRa tip
    37 
    45 
    38 echo %% --cwd
    46 echo %% --cwd
    39 hg --cwd a parents
    47 hg --cwd a parents
    40 
    48 
    41 echo %% -y/--noninteractive - just be sure it is parsed
    49 echo %% -y/--noninteractive - just be sure it is parsed