tests/test-help.out
changeset 429 688d03d6997a
parent 401 af4848f83e68
parent 423 25afb21d97ba
child 440 22b5aaeb3637
equal deleted inserted replaced
428:183c87d4e1a0 429:688d03d6997a
     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
    44    revision
    44    revision
    45 
    45 
    46 diff working directory (or selected files)
    46 diff working directory (or selected files)
    47 + hg help foo
    47 + hg help foo
    48 hg: unknown command foo
    48 hg: unknown command foo
    49 + hg commands
    49 + hg -q commands
    50 hg: unknown command 'commands'
    50 hg: unknown command 'commands'
    51 hg commands:
    51 hg commands:
    52 
    52 
    53  add         add the specified files on the next commit
    53  add         add the specified files on the next commit
    54  addremove   add all new files, delete all missing files
    54  addremove   add all new files, delete all missing files