hgのヘルプコマンドの出力結果

hgコマンド

C:\>hg
Mercurial Distributed SCM

basic commands:

 add        add the specified files on the next commit
 annotate   show changeset information by line for each file
 clone      make a copy of an existing repository
 commit     commit the specified files or all outstanding changes
 diff       diff repository (or selected files)
 export     dump the header and diffs for one or more changesets
 forget     forget the specified files on the next commit
 init       create a new repository in the given directory
 log        show revision history of entire repository or files
 merge      merge working directory with another revision
 parents    show the parents of the working directory or revision
 pull       pull changes from the specified source
 push       push changes to the specified destination
 remove     remove the specified files on the next commit
 serve      export the repository via HTTP
 status     show changed files in the working directory
 update     update working directory

use "hg help" for the full list of commands or "hg -v" for details

hg -vコマンド

C:\>hg -v
Mercurial Distributed SCM (version 1.3.1)

Copyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

basic commands:

 add:
      add the specified files on the next commit
 annotate, blame:
      show changeset information by line for each file
 clone:
      make a copy of an existing repository
 commit, ci:
      commit the specified files or all outstanding changes
 diff:
      diff repository (or selected files)
 export:
      dump the header and diffs for one or more changesets
 forget:
      forget the specified files on the next commit
 init:
      create a new repository in the given directory
 log, history:
      show revision history of entire repository or files
 merge:
      merge working directory with another revision
 parents:
      show the parents of the working directory or revision
 pull:
      pull changes from the specified source
 push:
      push changes to the specified destination
 remove, rm:
      remove the specified files on the next commit
 serve:
      export the repository via HTTP
 status, st:
      show changed files in the working directory
 update, up, checkout, co:
      update working directory

global options:
 -R --repository      repository root directory or symbolic path name
    --cwd             change working directory
 -y --noninteractive  do not prompt, assume 'yes' for any required answers
 -q --quiet           suppress output
 -v --verbose         enable additional output
    --config          set/override config option
    --debug           enable debugging output
    --debugger        start debugger
    --encoding        set the charset encoding (default: cp932)
    --encodingmode    set the charset encoding mode (default: strict)
    --traceback       print traceback on exception
    --time            time how long the command takes
    --profile         print command execution profile
    --version         output version information and exit
 -h --help            display help and exit

use "hg help" for the full list of commands

hg helpコマンド

C:\>hg help
Mercurial Distributed SCM

list of commands:

 add          add the specified files on the next commit
 addremove    add all new files, delete all missing files
 annotate     show changeset information by line for each file
 archive      create an unversioned archive of a repository revision
 backout      reverse effect of earlier changeset
 bisect       subdivision search of changesets
 branch       set or show the current branch name
 branches     list repository named branches
 bundle       create a changegroup file
 cat          output the current or given revision of files
 clone        make a copy of an existing repository
 commit       commit the specified files or all outstanding changes
 copy         mark files as copied for the next commit
 diff         diff repository (or selected files)
 export       dump the header and diffs for one or more changesets
 forget       forget the specified files on the next commit
 grep         search for a pattern in specified files and revisions
 heads        show current repository heads or show branch heads
 help         show help for a given topic or a help overview
 identify     identify the working copy or specified revision
 import       import an ordered set of patches
 incoming     show new changesets found in source
 init         create a new repository in the given directory
 locate       locate files matching specific patterns
 log          show revision history of entire repository or files
 manifest     output the current or given revision of the project manifest
 merge        merge working directory with another revision
 outgoing     show changesets not found in destination
 parents      show the parents of the working directory or revision
 paths        show aliases for remote repositories
 pull         pull changes from the specified source
 push         push changes to the specified destination
 recover      roll back an interrupted transaction
 remove       remove the specified files on the next commit
 rename       rename files; equivalent of copy + remove
 resolve      retry file merges from a merge or update
 revert       restore individual files or directories to an earlier state
 rollback     roll back the last transaction
 root         print the root (top) of the current working directory
 serve        export the repository via HTTP
 showconfig   show combined config settings from all hgrc files
 status       show changed files in the working directory
 tag          add one or more tags for the current or given revision
 tags         list repository tags
 tip          show the tip revision
 unbundle     apply one or more changegroup files
 update       update working directory
 verify       verify the integrity of the repository
 version      output version and copyright information

enabled extensions:

 win32text   perform automatic newline conversion

additional help topics:

 dates        Date Formats
 patterns     File Name Patterns
 environment  Environment Variables
 revisions    Specifying Single Revisions
 multirevs    Specifying Multiple Revisions
 diffs        Diff Formats
 templating   Template Usage
 urls         URL Paths
 extensions   Using additional features

use "hg -v help" to show aliases and global options

hg -v helpコマンド

C:\>hg -v help
Mercurial Distributed SCM (version 1.3.1)

Copyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

list of commands:

 add:
      add the specified files on the next commit
 addremove:
      add all new files, delete all missing files
 annotate, blame:
      show changeset information by line for each file
 archive:
      create an unversioned archive of a repository revision
 backout:
      reverse effect of earlier changeset
 bisect:
      subdivision search of changesets
 branch:
      set or show the current branch name
 branches:
      list repository named branches
 bundle:
      create a changegroup file
 cat:
      output the current or given revision of files
 clone:
      make a copy of an existing repository
 commit, ci:
      commit the specified files or all outstanding changes
 copy, cp:
      mark files as copied for the next commit
 diff:
      diff repository (or selected files)
 export:
      dump the header and diffs for one or more changesets
 forget:
      forget the specified files on the next commit
 grep:
      search for a pattern in specified files and revisions
 heads:
      show current repository heads or show branch heads
 help:
      show help for a given topic or a help overview
 identify, id:
      identify the working copy or specified revision
 import, patch:
      import an ordered set of patches
 incoming, in:
      show new changesets found in source
 init:
      create a new repository in the given directory
 locate:
      locate files matching specific patterns
 log, history:
      show revision history of entire repository or files
 manifest:
      output the current or given revision of the project manifest
 merge:
      merge working directory with another revision
 outgoing, out:
      show changesets not found in destination
 parents:
      show the parents of the working directory or revision
 paths:
      show aliases for remote repositories
 pull:
      pull changes from the specified source
 push:
      push changes to the specified destination
 recover:
      roll back an interrupted transaction
 remove, rm:
      remove the specified files on the next commit
 rename, mv:
      rename files; equivalent of copy + remove
 resolve:
      retry file merges from a merge or update
 revert:
      restore individual files or directories to an earlier state
 rollback:
      roll back the last transaction
 root:
      print the root (top) of the current working directory
 serve:
      export the repository via HTTP
 showconfig, debugconfig:
      show combined config settings from all hgrc files
 status, st:
      show changed files in the working directory
 tag:
      add one or more tags for the current or given revision
 tags:
      list repository tags
 tip:
      show the tip revision
 unbundle:
      apply one or more changegroup files
 update, up, checkout, co:
      update working directory
 verify:
      verify the integrity of the repository
 version:
      output version and copyright information

enabled extensions:

 win32text   perform automatic newline conversion

additional help topics:

 dates        Date Formats
 patterns     File Name Patterns
 environment  Environment Variables
 revisions    Specifying Single Revisions
 multirevs    Specifying Multiple Revisions
 diffs        Diff Formats
 templating   Template Usage
 urls         URL Paths
 extensions   Using additional features

global options:
 -R --repository      repository root directory or symbolic path name
    --cwd             change working directory
 -y --noninteractive  do not prompt, assume 'yes' for any required answers
 -q --quiet           suppress output
 -v --verbose         enable additional output
    --config          set/override config option
    --debug           enable debugging output
    --debugger        start debugger
    --encoding        set the charset encoding (default: cp932)
    --encodingmode    set the charset encoding mode (default: strict)
    --traceback       print traceback on exception
    --time            time how long the command takes
    --profile         print command execution profile
    --version         output version information and exit
 -h --help            display help and exit

関連記事

スポンサーリンク

RecycleManager measure RecycleManagerメジャー

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る