tests/test-alias.t
changeset 22159 db7921812f56
parent 22158 bc2132dfc0a4
child 22162 7ada34676db8
equal deleted inserted replaced
22158:bc2132dfc0a4 22159:db7921812f56
     8   > optionalrepo = showconfig alias.myinit
     8   > optionalrepo = showconfig alias.myinit
     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   > disabled = email
    13   > nodefinition =
    14   > nodefinition =
    14   > noclosingquotation = '
    15   > noclosingquotation = '
    15   > no--cwd = status --cwd elsewhere
    16   > no--cwd = status --cwd elsewhere
    16   > no-R = status -R elsewhere
    17   > no-R = status -R elsewhere
    17   > no--repo = status --repo elsewhere
    18   > no--repo = status --repo elsewhere
    83   [255]
    84   [255]
    84   $ hg help recursive
    85   $ hg help recursive
    85   alias 'recursive' resolves to unknown command 'recursive'
    86   alias 'recursive' resolves to unknown command 'recursive'
    86 
    87 
    87 
    88 
       
    89 disabled
       
    90 
       
    91   $ hg disabled
       
    92   alias 'disabled' resolves to unknown command 'email'
       
    93   'email' is provided by the following extension:
       
    94   
       
    95       patchbomb     command to send changesets as (a series of) patch emails
       
    96   
       
    97   (use "hg help extensions" for information on enabling extensions)
       
    98   [255]
       
    99   $ hg help disabled
       
   100   alias 'disabled' resolves to unknown command 'email'
       
   101   'email' is provided by the following extension:
       
   102   
       
   103       patchbomb     command to send changesets as (a series of) patch emails
       
   104   
       
   105   (use "hg help extensions" for information on enabling extensions)
       
   106 
       
   107 
    88 no definition
   108 no definition
    89 
   109 
    90   $ hg nodef
   110   $ hg nodef
    91   no definition for alias 'nodefinition'
   111   no definition for alias 'nodefinition'
    92   [255]
   112   [255]