tests/test-strict.t
changeset 46262 9c9e0b4b2ca7
parent 38787 5199c5b6fd29
child 49621 55c6ebd11cb9
equal deleted inserted replaced
46261:c9b2a4d69e66 46262:9c9e0b4b2ca7
    14   $ echo "strict=True" >> $HGRCPATH
    14   $ echo "strict=True" >> $HGRCPATH
    15 
    15 
    16   $ hg an a
    16   $ hg an a
    17   hg: unknown command 'an'
    17   hg: unknown command 'an'
    18   (use 'hg help' for a list of commands)
    18   (use 'hg help' for a list of commands)
    19   [255]
    19   [10]
    20   $ hg annotate a
    20   $ hg annotate a
    21   0: a
    21   0: a
    22 
    22 
    23 should succeed - up is an alias, not an abbreviation
    23 should succeed - up is an alias, not an abbreviation
    24 
    24