tests/test-alias.t
branchstable
changeset 21569 c5afb07c33d3
parent 21556 5e13507a3b4e
child 21572 6c9b7712ac69
equal deleted inserted replaced
21568:8dd17b19e722 21569:c5afb07c33d3
     9   > cleanstatus = status -c
     9   > cleanstatus = status -c
    10   > unknown = bargle
    10   > unknown = bargle
    11   > ambiguous = s
    11   > ambiguous = s
    12   > recursive = recursive
    12   > recursive = recursive
    13   > nodefinition =
    13   > nodefinition =
       
    14   > noclosingquotation = '
    14   > no--cwd = status --cwd elsewhere
    15   > no--cwd = status --cwd elsewhere
    15   > no-R = status -R elsewhere
    16   > no-R = status -R elsewhere
    16   > no--repo = status --repo elsewhere
    17   > no--repo = status --repo elsewhere
    17   > no--repository = status --repository elsewhere
    18   > no--repository = status --repository elsewhere
    18   > no--config = status --config a.config=1
    19   > no--config = status --config a.config=1
    90   [1]
    91   [1]
    91   $ hg help nodef
    92   $ hg help nodef
    92   no definition for alias 'nodefinition'
    93   no definition for alias 'nodefinition'
    93 
    94 
    94 
    95 
       
    96 no closing quotation
       
    97 
       
    98   $ hg noclosing
       
    99   error in definition for alias 'noclosingquotation': No closing quotation
       
   100   [1]
       
   101   $ hg help noclosing
       
   102   error in definition for alias 'noclosingquotation': No closing quotation
       
   103 
       
   104 
    95 invalid options
   105 invalid options
    96 
   106 
    97   $ hg no--cwd
   107   $ hg no--cwd
    98   error in definition for alias 'no--cwd': --cwd may only be given on the command line
   108   error in definition for alias 'no--cwd': --cwd may only be given on the command line
    99   [1]
   109   [1]