tests/test-help.out
changeset 423 25afb21d97ba
parent 364 6f43778f26da
child 429 688d03d6997a
equal deleted inserted replaced
396:8f8bb77d560e 423:25afb21d97ba
     1 + hg help
     1 + hg -q help
     2 hg commands:
     2 hg commands:
     3 
     3 
     4  add         add the specified files on the next commit
     4  add         add the specified files on the next commit
     5  addremove   add all new files, delete all missing files
     5  addremove   add all new files, delete all missing files
     6  annotate    show changeset information per file line
     6  annotate    show changeset information per file line
    43    revision
    43    revision
    44 
    44 
    45 diff working directory (or selected files)
    45 diff working directory (or selected files)
    46 + hg help foo
    46 + hg help foo
    47 hg: unknown command foo
    47 hg: unknown command foo
    48 + hg commands
    48 + hg -q commands
    49 hg: unknown command 'commands'
    49 hg: unknown command 'commands'
    50 hg commands:
    50 hg commands:
    51 
    51 
    52  add         add the specified files on the next commit
    52  add         add the specified files on the next commit
    53  addremove   add all new files, delete all missing files
    53  addremove   add all new files, delete all missing files