tests/test-strict.t
changeset 38787 5199c5b6fd29
parent 29974 7109d5ddeb0c
child 46262 9c9e0b4b2ca7
equal deleted inserted replaced
38786:28d8b5f49b4d 38787:5199c5b6fd29
    13   $ echo "[ui]" >> $HGRCPATH
    13   $ echo "[ui]" >> $HGRCPATH
    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   Mercurial Distributed SCM
    18   (use 'hg help' for a list of commands)
    19   
       
    20   basic commands:
       
    21   
       
    22    add           add the specified files on the next commit
       
    23    annotate      show changeset information by line for each file
       
    24    clone         make a copy of an existing repository
       
    25    commit        commit the specified files or all outstanding changes
       
    26    diff          diff repository (or selected files)
       
    27    export        dump the header and diffs for one or more changesets
       
    28    forget        forget the specified files on the next commit
       
    29    init          create a new repository in the given directory
       
    30    log           show revision history of entire repository or files
       
    31    merge         merge another revision into working directory
       
    32    pull          pull changes from the specified source
       
    33    push          push changes to the specified destination
       
    34    remove        remove the specified files on the next commit
       
    35    serve         start stand-alone webserver
       
    36    status        show changed files in the working directory
       
    37    summary       summarize working directory state
       
    38    update        update working directory (or switch revisions)
       
    39   
       
    40   (use 'hg help' for the full list of commands or 'hg -v' for details)
       
    41   [255]
    19   [255]
    42   $ hg annotate a
    20   $ hg annotate a
    43   0: a
    21   0: a
    44 
    22 
    45 should succeed - up is an alias, not an abbreviation
    23 should succeed - up is an alias, not an abbreviation