tests/test-help.out
changeset 1223 8d43f8c0b836
parent 1113 6130de75bb2a
child 1249 a5355fa5e33a
equal deleted inserted replaced
1222:a5cb17a2d240 1223:8d43f8c0b836
    37 list of commands (use "hg help -v" to show aliases and global options):
    37 list of commands (use "hg help -v" to show aliases and global options):
    38 
    38 
    39  add         add the specified files on the next commit
    39  add         add the specified files on the next commit
    40  addremove   add all new files, delete all missing files
    40  addremove   add all new files, delete all missing files
    41  annotate    show changeset information per file line
    41  annotate    show changeset information per file line
       
    42  bundle      create a changegroup file
    42  cat         output the latest or given revision of a file
    43  cat         output the latest or given revision of a file
    43  clone       make a copy of an existing repository
    44  clone       make a copy of an existing repository
    44  commit      commit the specified files or all outstanding changes
    45  commit      commit the specified files or all outstanding changes
    45  copy        mark a file as copied or renamed for the next commit
    46  copy        mark a file as copied or renamed for the next commit
    46  diff        diff working directory (or selected files)
    47  diff        diff working directory (or selected files)
    69  serve       export the repository via HTTP
    70  serve       export the repository via HTTP
    70  status      show changed files in the working directory
    71  status      show changed files in the working directory
    71  tag         add a tag for the current tip or a given revision
    72  tag         add a tag for the current tip or a given revision
    72  tags        list repository tags
    73  tags        list repository tags
    73  tip         show the tip revision
    74  tip         show the tip revision
       
    75  unbundle    apply a changegroup file
    74  undo        undo the last commit or pull
    76  undo        undo the last commit or pull
    75  update      update or merge working directory
    77  update      update or merge working directory
    76  verify      verify the integrity of the repository
    78  verify      verify the integrity of the repository
    77  version     output version and copyright information
    79  version     output version and copyright information
    78  add         add the specified files on the next commit
    80  add         add the specified files on the next commit
    79  addremove   add all new files, delete all missing files
    81  addremove   add all new files, delete all missing files
    80  annotate    show changeset information per file line
    82  annotate    show changeset information per file line
       
    83  bundle      create a changegroup file
    81  cat         output the latest or given revision of a file
    84  cat         output the latest or given revision of a file
    82  clone       make a copy of an existing repository
    85  clone       make a copy of an existing repository
    83  commit      commit the specified files or all outstanding changes
    86  commit      commit the specified files or all outstanding changes
    84  copy        mark a file as copied or renamed for the next commit
    87  copy        mark a file as copied or renamed for the next commit
    85  diff        diff working directory (or selected files)
    88  diff        diff working directory (or selected files)
   108  serve       export the repository via HTTP
   111  serve       export the repository via HTTP
   109  status      show changed files in the working directory
   112  status      show changed files in the working directory
   110  tag         add a tag for the current tip or a given revision
   113  tag         add a tag for the current tip or a given revision
   111  tags        list repository tags
   114  tags        list repository tags
   112  tip         show the tip revision
   115  tip         show the tip revision
       
   116  unbundle    apply a changegroup file
   113  undo        undo the last commit or pull
   117  undo        undo the last commit or pull
   114  update      update or merge working directory
   118  update      update or merge working directory
   115  verify      verify the integrity of the repository
   119  verify      verify the integrity of the repository
   116  version     output version and copyright information
   120  version     output version and copyright information
   117 hg add [OPTION]... [FILE]...
   121 hg add [OPTION]... [FILE]...