tests/test-dispatch.t
changeset 14115 1d5faa2c970f
parent 13967 f85c9b0fdb32
child 15145 ff26712a0c50
equal deleted inserted replaced
14114:303b94dcb5ec 14115:1d5faa2c970f
     4 
     4 
     5   $ dir=`pwd`
     5   $ dir=`pwd`
     6 
     6 
     7   $ hg init a
     7   $ hg init a
     8   $ cd a
     8   $ cd a
       
     9 
       
    10 Redundant options used to crash (issue436):
       
    11   $ hg -v log -v
       
    12   $ hg -v log -v x
       
    13 
     9   $ echo a > a
    14   $ echo a > a
    10   $ hg ci -Ama
    15   $ hg ci -Ama
    11   adding a
    16   adding a
    12 
    17 
    13 Missing arg:
    18 Missing arg: