tests/test-help.out
changeset 349 b2293093b89e
parent 336 aa6cbde09f72
child 350 b4e0e20646bb
equal deleted inserted replaced
348:442eb02cf870 349:b2293093b89e
       
     1 + hg help
       
     2 hg commands:
       
     3 
       
     4  add         add the specified files on the next commit
       
     5  addremove   add all new files, delete all missing files
       
     6  annotate    show changeset information per file line
       
     7  cat         output the latest or given revision of a file
       
     8  commit      commit the specified files or all outstanding changes
       
     9  diff        diff working directory (or selected files)
       
    10  export      dump the changeset header and diffs for a revision
       
    11  forget      don't add the specified files on the next commit
       
    12  heads       show current repository heads
       
    13  help        show help for a given command or all commands
       
    14  history     show the changelog history
       
    15  init        create a new repository or copy an existing one
       
    16  log         show the revision history of a single file
       
    17  manifest    output the latest or given revision of the project manifest
       
    18  parents     show the parents of the current working dir
       
    19  patch       import an ordered set of patches
       
    20  pull        pull changes from the specified source
       
    21  push        push changes to the specified destination
       
    22  rawcommit   raw commit interface
       
    23  recover     roll back an interrupted transaction
       
    24  remove      remove the specified files on the next commit
       
    25  serve       export the repository via HTTP
       
    26  status      show changed files in the working directory
       
    27  tags        list repository tags
       
    28  tip         show the tip revision
       
    29  undo        undo the last transaction
       
    30  update      update or merge working directory
       
    31  verify      verify the integrity of the repository
       
    32 + hg add -h
       
    33 hg add: option -h not recognized
       
    34 hg add [files]
       
    35 
       
    36 add the specified files on the next commit
       
    37 + hg help diff
       
    38 hg diff [-r A] [-r B] [files]
       
    39 
       
    40  -r --rev 
       
    41    revision
       
    42 
       
    43 diff working directory (or selected files)
       
    44 + hg help foo
       
    45 hg: unknown command foo
       
    46 + hg commands
       
    47 hg: unknown command 'commands'
       
    48 hg commands:
       
    49 
       
    50  add         add the specified files on the next commit
       
    51  addremove   add all new files, delete all missing files
       
    52  annotate    show changeset information per file line
       
    53  cat         output the latest or given revision of a file
       
    54  commit      commit the specified files or all outstanding changes
       
    55  diff        diff working directory (or selected files)
       
    56  export      dump the changeset header and diffs for a revision
       
    57  forget      don't add the specified files on the next commit
       
    58  heads       show current repository heads
       
    59  help        show help for a given command or all commands
       
    60  history     show the changelog history
       
    61  init        create a new repository or copy an existing one
       
    62  log         show the revision history of a single file
       
    63  manifest    output the latest or given revision of the project manifest
       
    64  parents     show the parents of the current working dir
       
    65  patch       import an ordered set of patches
       
    66  pull        pull changes from the specified source
       
    67  push        push changes to the specified destination
       
    68  rawcommit   raw commit interface
       
    69  recover     roll back an interrupted transaction
       
    70  remove      remove the specified files on the next commit
       
    71  serve       export the repository via HTTP
       
    72  status      show changed files in the working directory
       
    73  tags        list repository tags
       
    74  tip         show the tip revision
       
    75  undo        undo the last transaction
       
    76  update      update or merge working directory
       
    77  verify      verify the integrity of the repository
       
    78 + exit 0