tests/test-alias.t
branchstable
changeset 16294 795d591b6ef5
parent 15862 d0f2a89c8cfa
child 16609 d36a384bec87
equal deleted inserted replaced
16293:bc1d949261c4 16294:795d591b6ef5
   132   $ hg shortlog
   132   $ hg shortlog
   133   0 e63c23eaa88a | 1970-01-01 00:00 +0000
   133   0 e63c23eaa88a | 1970-01-01 00:00 +0000
   134 
   134 
   135 positional arguments
   135 positional arguments
   136 
   136 
       
   137   $ hg positional
       
   138   abort: too few arguments for command alias
       
   139   [255]
       
   140   $ hg positional a
       
   141   abort: too few arguments for command alias
       
   142   [255]
   137   $ hg positional 'node|short' rev
   143   $ hg positional 'node|short' rev
   138   0 e63c23eaa88a | 1970-01-01 00:00 +0000
   144   0 e63c23eaa88a | 1970-01-01 00:00 +0000
   139 
   145 
   140 interaction with defaults
   146 interaction with defaults
   141 
   147