tests/test-globalopts
changeset 4728 7bb5bcb089e3
parent 4361 46280c004f22
child 4732 b0520e3903fe
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