tests/test-alias.t
changeset 45914 be25b66f86ab
parent 45912 35ab6e39f482
child 46262 9c9e0b4b2ca7
equal deleted inserted replaced
45913:9acbe30953e8 45914:be25b66f86ab
   355 
   355 
   356 positional arguments
   356 positional arguments
   357 
   357 
   358   $ hg positional
   358   $ hg positional
   359   abort: too few arguments for command alias
   359   abort: too few arguments for command alias
   360   [255]
   360   [10]
   361   $ hg positional a
   361   $ hg positional a
   362   abort: too few arguments for command alias
   362   abort: too few arguments for command alias
   363   [255]
   363   [10]
   364   $ hg positional 'node|short' rev
   364   $ hg positional 'node|short' rev
   365   0 e63c23eaa88a | 1970-01-01 00:00 +0000
   365   0 e63c23eaa88a | 1970-01-01 00:00 +0000
   366 
   366 
   367 interaction with defaults
   367 interaction with defaults
   368 
   368