tests/test-help.out
changeset 847 f1555f48f884
parent 814 0902ffece4b4
child 848 221628fe9b62
equal deleted inserted replaced
846:a30f7ee30914 847:f1555f48f884
     1 + hg help
     1 + hg help
     2 basic hg commands (use "hg help -v" for more):
     2  add         add the specified files on the next commit
     3 
     3  addremove   add all new files, delete all missing files
     4  add        add the specified files on the next commit
     4  annotate    show changeset information per file line
     5  annotate   show changeset information per file line
     5  cat         output the latest or given revision of a file
     6  clone      make a copy of an existing repository
     6  clone       make a copy of an existing repository
     7  commit     commit the specified files or all outstanding changes
     7  commit      commit the specified files or all outstanding changes
     8  diff       diff working directory (or selected files)
     8  copy        mark a file as copied or renamed for the next commit
     9  export     dump the header and diffs for one or more changesets
     9  diff        diff working directory (or selected files)
    10  init       create a new repository in the current directory
    10  export      dump the header and diffs for one or more changesets
    11  log        show the revision history of the repository or a single file
    11  forget      don't add the specified files on the next commit
    12  pull       pull changes from the specified source
    12  heads       show current repository heads
    13  push       push changes to the specified destination
    13  help        show help for a given command or all commands
    14  remove     remove the specified files on the next commit
    14  identify    print information about the working copy
    15  revert     revert modified files or dirs back to their unmodified states
    15  import      import an ordered set of patches
    16  serve      export the repository via HTTP
    16  init        create a new repository in the current directory
    17  status     show changed files in the working directory
    17  locate      locate files matching specific patterns
    18  update     update or merge working directory
    18  log         show the revision history of the repository or a single file
       
    19  manifest    output the latest or given revision of the project manifest
       
    20  parents     show the parents of the working dir or revision
       
    21  paths       show path or list of available paths
       
    22  pull        pull changes from the specified source
       
    23  push        push changes to the specified destination
       
    24  rawcommit   raw commit interface
       
    25  recover     roll back an interrupted transaction
       
    26  remove      remove the specified files on the next commit
       
    27  revert      revert modified files or dirs back to their unmodified states
       
    28  root        print the root (top) of the current working dir
       
    29  serve       export the repository via HTTP
       
    30  status      show changed files in the working directory
       
    31  tag         add a tag for the current tip or a given revision
       
    32  tags        list repository tags
       
    33  tip         show the tip revision
       
    34  undo        undo the last commit or pull
       
    35  update      update or merge working directory
       
    36  verify      verify the integrity of the repository
       
    37  version     output version and copyright information
    19 + hg -q help
    38 + hg -q help
    20 basic hg commands (use "hg help -v" for more):
    39  add         add the specified files on the next commit
    21 
    40  addremove   add all new files, delete all missing files
    22  add        add the specified files on the next commit
    41  annotate    show changeset information per file line
    23  annotate   show changeset information per file line
    42  cat         output the latest or given revision of a file
    24  clone      make a copy of an existing repository
    43  clone       make a copy of an existing repository
    25  commit     commit the specified files or all outstanding changes
    44  commit      commit the specified files or all outstanding changes
    26  diff       diff working directory (or selected files)
    45  copy        mark a file as copied or renamed for the next commit
    27  export     dump the header and diffs for one or more changesets
    46  diff        diff working directory (or selected files)
    28  init       create a new repository in the current directory
    47  export      dump the header and diffs for one or more changesets
    29  log        show the revision history of the repository or a single file
    48  forget      don't add the specified files on the next commit
    30  pull       pull changes from the specified source
    49  heads       show current repository heads
    31  push       push changes to the specified destination
    50  help        show help for a given command or all commands
    32  remove     remove the specified files on the next commit
    51  identify    print information about the working copy
    33  revert     revert modified files or dirs back to their unmodified states
    52  import      import an ordered set of patches
    34  serve      export the repository via HTTP
    53  init        create a new repository in the current directory
    35  status     show changed files in the working directory
    54  locate      locate files matching specific patterns
    36  update     update or merge working directory
    55  log         show the revision history of the repository or a single file
       
    56  manifest    output the latest or given revision of the project manifest
       
    57  parents     show the parents of the working dir or revision
       
    58  paths       show path or list of available paths
       
    59  pull        pull changes from the specified source
       
    60  push        push changes to the specified destination
       
    61  rawcommit   raw commit interface
       
    62  recover     roll back an interrupted transaction
       
    63  remove      remove the specified files on the next commit
       
    64  revert      revert modified files or dirs back to their unmodified states
       
    65  root        print the root (top) of the current working dir
       
    66  serve       export the repository via HTTP
       
    67  status      show changed files in the working directory
       
    68  tag         add a tag for the current tip or a given revision
       
    69  tags        list repository tags
       
    70  tip         show the tip revision
       
    71  undo        undo the last commit or pull
       
    72  update      update or merge working directory
       
    73  verify      verify the integrity of the repository
       
    74  version     output version and copyright information
    37 + hg add -h
    75 + hg add -h
    38 hg add: option -h not recognized
    76 hg add: option -h not recognized
    39 hg add [FILE]...
    77 hg add [FILE]...
    40 
    78 
    41  -I --include 
    79  -I --include 
    67 diff working directory (or selected files)
   105 diff working directory (or selected files)
    68 + hg help foo
   106 + hg help foo
    69 hg: unknown command foo
   107 hg: unknown command foo
    70 + hg -q commands
   108 + hg -q commands
    71 hg: unknown command 'commands'
   109 hg: unknown command 'commands'
    72 basic hg commands (use "hg help -v" for more):
   110  add         add the specified files on the next commit
    73 
   111  addremove   add all new files, delete all missing files
    74  add        add the specified files on the next commit
   112  annotate    show changeset information per file line
    75  annotate   show changeset information per file line
   113  cat         output the latest or given revision of a file
    76  clone      make a copy of an existing repository
   114  clone       make a copy of an existing repository
    77  commit     commit the specified files or all outstanding changes
   115  commit      commit the specified files or all outstanding changes
    78  diff       diff working directory (or selected files)
   116  copy        mark a file as copied or renamed for the next commit
    79  export     dump the header and diffs for one or more changesets
   117  diff        diff working directory (or selected files)
    80  init       create a new repository in the current directory
   118  export      dump the header and diffs for one or more changesets
    81  log        show the revision history of the repository or a single file
   119  forget      don't add the specified files on the next commit
    82  pull       pull changes from the specified source
   120  heads       show current repository heads
    83  push       push changes to the specified destination
   121  help        show help for a given command or all commands
    84  remove     remove the specified files on the next commit
   122  identify    print information about the working copy
    85  revert     revert modified files or dirs back to their unmodified states
   123  import      import an ordered set of patches
    86  serve      export the repository via HTTP
   124  init        create a new repository in the current directory
    87  status     show changed files in the working directory
   125  locate      locate files matching specific patterns
    88  update     update or merge working directory
   126  log         show the revision history of the repository or a single file
       
   127  manifest    output the latest or given revision of the project manifest
       
   128  parents     show the parents of the working dir or revision
       
   129  paths       show path or list of available paths
       
   130  pull        pull changes from the specified source
       
   131  push        push changes to the specified destination
       
   132  rawcommit   raw commit interface
       
   133  recover     roll back an interrupted transaction
       
   134  remove      remove the specified files on the next commit
       
   135  revert      revert modified files or dirs back to their unmodified states
       
   136  root        print the root (top) of the current working dir
       
   137  serve       export the repository via HTTP
       
   138  status      show changed files in the working directory
       
   139  tag         add a tag for the current tip or a given revision
       
   140  tags        list repository tags
       
   141  tip         show the tip revision
       
   142  undo        undo the last commit or pull
       
   143  update      update or merge working directory
       
   144  verify      verify the integrity of the repository
       
   145  version     output version and copyright information