tests/test-globalopts.t
changeset 15862 d0f2a89c8cfa
parent 15830 8ed112ed774a
child 15996 0455463655e0
equal deleted inserted replaced
15861:ee8f5e4ce7b8 15862:d0f2a89c8cfa
   277   $ hg -h
   277   $ hg -h
   278   Mercurial Distributed SCM
   278   Mercurial Distributed SCM
   279   
   279   
   280   list of commands:
   280   list of commands:
   281   
   281   
   282    add          add the specified files on the next commit
   282    add           add the specified files on the next commit
   283    addremove    add all new files, delete all missing files
   283    addremove     add all new files, delete all missing files
   284    annotate     show changeset information by line for each file
   284    annotate      show changeset information by line for each file
   285    archive      create an unversioned archive of a repository revision
   285    archive       create an unversioned archive of a repository revision
   286    backout      reverse effect of earlier changeset
   286    backout       reverse effect of earlier changeset
   287    bisect       subdivision search of changesets
   287    bisect        subdivision search of changesets
   288    bookmarks    track a line of development with movable markers
   288    bookmarks     track a line of development with movable markers
   289    branch       set or show the current branch name
   289    branch        set or show the current branch name
   290    branches     list repository named branches
   290    branches      list repository named branches
   291    bundle       create a changegroup file
   291    bundle        create a changegroup file
   292    cat          output the current or given revision of files
   292    cat           output the current or given revision of files
   293    clone        make a copy of an existing repository
   293    clone         make a copy of an existing repository
   294    commit       commit the specified files or all outstanding changes
   294    commit        commit the specified files or all outstanding changes
   295    copy         mark files as copied for the next commit
   295    copy          mark files as copied for the next commit
   296    diff         diff repository (or selected files)
   296    diff          diff repository (or selected files)
   297    export       dump the header and diffs for one or more changesets
   297    export        dump the header and diffs for one or more changesets
   298    forget       forget the specified files on the next commit
   298    forget        forget the specified files on the next commit
   299    graft        copy changes from other branches onto the current branch
   299    graft         copy changes from other branches onto the current branch
   300    grep         search for a pattern in specified files and revisions
   300    grep          search for a pattern in specified files and revisions
   301    heads        show current repository heads or show branch heads
   301    heads         show current repository heads or show branch heads
   302    help         show help for a given topic or a help overview
   302    help          show help for a given topic or a help overview
   303    identify     identify the working copy or specified revision
   303    identify      identify the working copy or specified revision
   304    import       import an ordered set of patches
   304    import        import an ordered set of patches
   305    incoming     show new changesets found in source
   305    incoming      show new changesets found in source
   306    init         create a new repository in the given directory
   306    init          create a new repository in the given directory
   307    locate       locate files matching specific patterns
   307    locate        locate files matching specific patterns
   308    log          show revision history of entire repository or files
   308    log           show revision history of entire repository or files
   309    manifest     output the current or given revision of the project manifest
   309    manifest      output the current or given revision of the project manifest
   310    merge        merge working directory with another revision
   310    merge         merge working directory with another revision
   311    outgoing     show changesets not found in the destination
   311    outgoing      show changesets not found in the destination
   312    parents      show the parents of the working directory or revision
   312    parents       show the parents of the working directory or revision
   313    paths        show aliases for remote repositories
   313    paths         show aliases for remote repositories
   314    phase        set or show the current phase name
   314    phase         set or show the current phase name
   315    pull         pull changes from the specified source
   315    pull          pull changes from the specified source
   316    push         push changes to the specified destination
   316    push          push changes to the specified destination
   317    recover      roll back an interrupted transaction
   317    recover       roll back an interrupted transaction
   318    remove       remove the specified files on the next commit
   318    remove        remove the specified files on the next commit
   319    rename       rename files; equivalent of copy + remove
   319    rename        rename files; equivalent of copy + remove
   320    resolve      redo merges or set/view the merge status of files
   320    resolve       redo merges or set/view the merge status of files
   321    revert       restore files to their checkout state
   321    revert        restore files to their checkout state
   322    rollback     roll back the last transaction (dangerous)
   322    rollback      roll back the last transaction (dangerous)
   323    root         print the root (top) of the current working directory
   323    root          print the root (top) of the current working directory
   324    serve        start stand-alone webserver
   324    serve         start stand-alone webserver
   325    showconfig   show combined config settings from all hgrc files
   325    showconfig    show combined config settings from all hgrc files
   326    status       show changed files in the working directory
   326    status        show changed files in the working directory
   327    summary      summarize working directory state
   327    summary       summarize working directory state
   328    tag          add one or more tags for the current or given revision
   328    tag           add one or more tags for the current or given revision
   329    tags         list repository tags
   329    tags          list repository tags
   330    tip          show the tip revision
   330    tip           show the tip revision
   331    unbundle     apply one or more changegroup files
   331    unbundle      apply one or more changegroup files
   332    update       update working directory (or switch revisions)
   332    update        update working directory (or switch revisions)
   333    verify       verify the integrity of the repository
   333    verify        verify the integrity of the repository
   334    version      output version and copyright information
   334    version       output version and copyright information
   335   
   335   
   336   additional help topics:
   336   additional help topics:
   337   
   337   
   338    config       Configuration Files
   338    config        Configuration Files
   339    dates        Date Formats
   339    dates         Date Formats
   340    diffs        Diff Formats
   340    diffs         Diff Formats
   341    environment  Environment Variables
   341    environment   Environment Variables
   342    extensions   Using additional features
   342    extensions    Using additional features
   343    filesets     Specifying File Sets
   343    filesets      Specifying File Sets
   344    glossary     Glossary
   344    glossary      Glossary
   345    hgignore     syntax for Mercurial ignore files
   345    hgignore      syntax for Mercurial ignore files
   346    hgweb        Configuring hgweb
   346    hgweb         Configuring hgweb
   347    merge-tools  Merge Tools
   347    merge-tools   Merge Tools
   348    multirevs    Specifying Multiple Revisions
   348    multirevs     Specifying Multiple Revisions
   349    patterns     File Name Patterns
   349    patterns      File Name Patterns
   350    revisions    Specifying Single Revisions
   350    revisions     Specifying Single Revisions
   351    revsets      Specifying Revision Sets
   351    revsets       Specifying Revision Sets
   352    subrepos     Subrepositories
   352    subrepos      Subrepositories
   353    templating   Template Usage
   353    templating    Template Usage
   354    urls         URL Paths
   354    urls          URL Paths
   355   
   355   
   356   use "hg -v help" to show builtin aliases and global options
   356   use "hg -v help" to show builtin aliases and global options
   357 
   357 
   358 
   358 
   359 
   359 
   360   $ hg --help
   360   $ hg --help
   361   Mercurial Distributed SCM
   361   Mercurial Distributed SCM
   362   
   362   
   363   list of commands:
   363   list of commands:
   364   
   364   
   365    add          add the specified files on the next commit
   365    add           add the specified files on the next commit
   366    addremove    add all new files, delete all missing files
   366    addremove     add all new files, delete all missing files
   367    annotate     show changeset information by line for each file
   367    annotate      show changeset information by line for each file
   368    archive      create an unversioned archive of a repository revision
   368    archive       create an unversioned archive of a repository revision
   369    backout      reverse effect of earlier changeset
   369    backout       reverse effect of earlier changeset
   370    bisect       subdivision search of changesets
   370    bisect        subdivision search of changesets
   371    bookmarks    track a line of development with movable markers
   371    bookmarks     track a line of development with movable markers
   372    branch       set or show the current branch name
   372    branch        set or show the current branch name
   373    branches     list repository named branches
   373    branches      list repository named branches
   374    bundle       create a changegroup file
   374    bundle        create a changegroup file
   375    cat          output the current or given revision of files
   375    cat           output the current or given revision of files
   376    clone        make a copy of an existing repository
   376    clone         make a copy of an existing repository
   377    commit       commit the specified files or all outstanding changes
   377    commit        commit the specified files or all outstanding changes
   378    copy         mark files as copied for the next commit
   378    copy          mark files as copied for the next commit
   379    diff         diff repository (or selected files)
   379    diff          diff repository (or selected files)
   380    export       dump the header and diffs for one or more changesets
   380    export        dump the header and diffs for one or more changesets
   381    forget       forget the specified files on the next commit
   381    forget        forget the specified files on the next commit
   382    graft        copy changes from other branches onto the current branch
   382    graft         copy changes from other branches onto the current branch
   383    grep         search for a pattern in specified files and revisions
   383    grep          search for a pattern in specified files and revisions
   384    heads        show current repository heads or show branch heads
   384    heads         show current repository heads or show branch heads
   385    help         show help for a given topic or a help overview
   385    help          show help for a given topic or a help overview
   386    identify     identify the working copy or specified revision
   386    identify      identify the working copy or specified revision
   387    import       import an ordered set of patches
   387    import        import an ordered set of patches
   388    incoming     show new changesets found in source
   388    incoming      show new changesets found in source
   389    init         create a new repository in the given directory
   389    init          create a new repository in the given directory
   390    locate       locate files matching specific patterns
   390    locate        locate files matching specific patterns
   391    log          show revision history of entire repository or files
   391    log           show revision history of entire repository or files
   392    manifest     output the current or given revision of the project manifest
   392    manifest      output the current or given revision of the project manifest
   393    merge        merge working directory with another revision
   393    merge         merge working directory with another revision
   394    outgoing     show changesets not found in the destination
   394    outgoing      show changesets not found in the destination
   395    parents      show the parents of the working directory or revision
   395    parents       show the parents of the working directory or revision
   396    paths        show aliases for remote repositories
   396    paths         show aliases for remote repositories
   397    phase        set or show the current phase name
   397    phase         set or show the current phase name
   398    pull         pull changes from the specified source
   398    pull          pull changes from the specified source
   399    push         push changes to the specified destination
   399    push          push changes to the specified destination
   400    recover      roll back an interrupted transaction
   400    recover       roll back an interrupted transaction
   401    remove       remove the specified files on the next commit
   401    remove        remove the specified files on the next commit
   402    rename       rename files; equivalent of copy + remove
   402    rename        rename files; equivalent of copy + remove
   403    resolve      redo merges or set/view the merge status of files
   403    resolve       redo merges or set/view the merge status of files
   404    revert       restore files to their checkout state
   404    revert        restore files to their checkout state
   405    rollback     roll back the last transaction (dangerous)
   405    rollback      roll back the last transaction (dangerous)
   406    root         print the root (top) of the current working directory
   406    root          print the root (top) of the current working directory
   407    serve        start stand-alone webserver
   407    serve         start stand-alone webserver
   408    showconfig   show combined config settings from all hgrc files
   408    showconfig    show combined config settings from all hgrc files
   409    status       show changed files in the working directory
   409    status        show changed files in the working directory
   410    summary      summarize working directory state
   410    summary       summarize working directory state
   411    tag          add one or more tags for the current or given revision
   411    tag           add one or more tags for the current or given revision
   412    tags         list repository tags
   412    tags          list repository tags
   413    tip          show the tip revision
   413    tip           show the tip revision
   414    unbundle     apply one or more changegroup files
   414    unbundle      apply one or more changegroup files
   415    update       update working directory (or switch revisions)
   415    update        update working directory (or switch revisions)
   416    verify       verify the integrity of the repository
   416    verify        verify the integrity of the repository
   417    version      output version and copyright information
   417    version       output version and copyright information
   418   
   418   
   419   additional help topics:
   419   additional help topics:
   420   
   420   
   421    config       Configuration Files
   421    config        Configuration Files
   422    dates        Date Formats
   422    dates         Date Formats
   423    diffs        Diff Formats
   423    diffs         Diff Formats
   424    environment  Environment Variables
   424    environment   Environment Variables
   425    extensions   Using additional features
   425    extensions    Using additional features
   426    filesets     Specifying File Sets
   426    filesets      Specifying File Sets
   427    glossary     Glossary
   427    glossary      Glossary
   428    hgignore     syntax for Mercurial ignore files
   428    hgignore      syntax for Mercurial ignore files
   429    hgweb        Configuring hgweb
   429    hgweb         Configuring hgweb
   430    merge-tools  Merge Tools
   430    merge-tools   Merge Tools
   431    multirevs    Specifying Multiple Revisions
   431    multirevs     Specifying Multiple Revisions
   432    patterns     File Name Patterns
   432    patterns      File Name Patterns
   433    revisions    Specifying Single Revisions
   433    revisions     Specifying Single Revisions
   434    revsets      Specifying Revision Sets
   434    revsets       Specifying Revision Sets
   435    subrepos     Subrepositories
   435    subrepos      Subrepositories
   436    templating   Template Usage
   436    templating    Template Usage
   437    urls         URL Paths
   437    urls          URL Paths
   438   
   438   
   439   use "hg -v help" to show builtin aliases and global options
   439   use "hg -v help" to show builtin aliases and global options
   440 
   440 
   441 Not tested: --debugger
   441 Not tested: --debugger
   442 
   442