tests/test-debugcomplete
changeset 7880 7ca2be800804
parent 3317 399c04369a1b
equal deleted inserted replaced
7879:5c4026a289a4 7880:7ca2be800804
    34 
    34 
    35 echo
    35 echo
    36 echo '% Show an error if we use --options with an ambiguous abbreviation'
    36 echo '% Show an error if we use --options with an ambiguous abbreviation'
    37 hg debugcomplete --options s
    37 hg debugcomplete --options s
    38 
    38 
       
    39 echo
       
    40 echo '% Show all commands + options'
       
    41 hg debugcommands
       
    42 
    39 exit 0
    43 exit 0