tests/test-help.out
changeset 485 c5705ab9cebd
parent 468 157675add351
child 496 6ce95a04999d
equal deleted inserted replaced
484:934279f3ca53 485:c5705ab9cebd
     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
     7  cat         output the latest or given revision of a file
     7  cat         output the latest or given revision of a file
       
     8  clone       make a copy of an existing repository
     8  commit      commit the specified files or all outstanding changes
     9  commit      commit the specified files or all outstanding changes
     9  copy        mark a file as copied or renamed for the next commit
    10  copy        mark a file as copied or renamed for the next commit
    10  diff        diff working directory (or selected files)
    11  diff        diff working directory (or selected files)
    11  export      dump the changeset header and diffs for a revision
    12  export      dump the changeset header and diffs for a revision
    12  forget      don't add the specified files on the next commit
    13  forget      don't add the specified files on the next commit
    13  heads       show current repository heads
    14  heads       show current repository heads
    14  help        show help for a given command or all commands
    15  help        show help for a given command or all commands
    15  history     show the changelog history
    16  history     show the changelog history
    16  identify    print information about the working copy
    17  identify    print information about the working copy
    17  import      import an ordered set of patches
    18  import      import an ordered set of patches
    18  init        create a new repository or copy an existing one
    19  init        create a new repository or (deprecated, use clone) copy an existing one
    19  log         show the revision history of a single file
    20  log         show the revision history of a single file
    20  manifest    output the latest or given revision of the project manifest
    21  manifest    output the latest or given revision of the project manifest
    21  parents     show the parents of the current working dir
    22  parents     show the parents of the current working dir
    22  pull        pull changes from the specified source
    23  pull        pull changes from the specified source
    23  push        push changes to the specified destination
    24  push        push changes to the specified destination
    54 
    55 
    55  add         add the specified files on the next commit
    56  add         add the specified files on the next commit
    56  addremove   add all new files, delete all missing files
    57  addremove   add all new files, delete all missing files
    57  annotate    show changeset information per file line
    58  annotate    show changeset information per file line
    58  cat         output the latest or given revision of a file
    59  cat         output the latest or given revision of a file
       
    60  clone       make a copy of an existing repository
    59  commit      commit the specified files or all outstanding changes
    61  commit      commit the specified files or all outstanding changes
    60  copy        mark a file as copied or renamed for the next commit
    62  copy        mark a file as copied or renamed for the next commit
    61  diff        diff working directory (or selected files)
    63  diff        diff working directory (or selected files)
    62  export      dump the changeset header and diffs for a revision
    64  export      dump the changeset header and diffs for a revision
    63  forget      don't add the specified files on the next commit
    65  forget      don't add the specified files on the next commit
    64  heads       show current repository heads
    66  heads       show current repository heads
    65  help        show help for a given command or all commands
    67  help        show help for a given command or all commands
    66  history     show the changelog history
    68  history     show the changelog history
    67  identify    print information about the working copy
    69  identify    print information about the working copy
    68  import      import an ordered set of patches
    70  import      import an ordered set of patches
    69  init        create a new repository or copy an existing one
    71  init        create a new repository or (deprecated, use clone) copy an existing one
    70  log         show the revision history of a single file
    72  log         show the revision history of a single file
    71  manifest    output the latest or given revision of the project manifest
    73  manifest    output the latest or given revision of the project manifest
    72  parents     show the parents of the current working dir
    74  parents     show the parents of the current working dir
    73  pull        pull changes from the specified source
    75  pull        pull changes from the specified source
    74  push        push changes to the specified destination
    76  push        push changes to the specified destination