⇤ ← Revision 1 as of 2009-09-04 13:59:01
Size: 11459
Comment: Partially translated UsingExtensions to Japanese.
|
Size: 11607
Comment: Updated to UsingExtensions r158.
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
エクステンションについて詳しくは、 'hg help extensions' (Mercurial 1.3以降) を参照してください。 | エクステンションについて詳しくは、 '`hg help extensions`' (Mercurial 1.3以降) を参照してください。 |
Line 52: | Line 52: |
||'''alias''' ||AliasExtension ||コマンドにユーザー定義の別名を || ||'''bisect''' ||BisectExtension ||履歴の2分探索(O(log(n))でバグや機能が入ったリビジョンをサクッと見つける。 '''Mercurial 1.0 以降はビルトイン''' || |
||'''alias''' ||AliasExtension ||コマンドにユーザー定義の別名を ('''Mercurial 1.3 以降はビルトイン''') || ||'''bisect''' ||BisectExtension ||履歴の2分探索(O(log(n))でバグや機能が入ったリビジョンをサクッと見つける。 ('''Mercurial 1.0 以降はビルトイン''') || |
Line 70: | Line 70: |
||'''keyword''' ||KeywordExtension ||use CVS like keyword expansion in tracked files || | ||'''keyword''' ||KeywordExtension ||Use CVS like keyword expansion in tracked files || |
Line 74: | Line 74: |
||'''parentrevspec''' ||ParentrevspecExtension ||use `foo^` to refer to the parent of revision `foo` || | ||'''parentrevspec''' ||ParentrevspecExtension ||Use `foo^` to refer to the parent of revision `foo` || |
Line 103: | Line 103: |
||'''cutehg''' ||CuteHgExtension ||A growing set of easy to install and use dialogs for mercurial commands. || | ||'''cutehg''' ||CuteHgExtension ||A growing set of easy to install and use dialogs for mercurial commands || |
Line 113: | Line 113: |
||'''filereview''' ||FileReviewExtension||Perform code review for any project using mercurial || |
このページは UsingExtensions の日本語訳です。
Mercurial エクステンションを使う
Mercurial にはエクステンションという便利な仕組みが備わっており、新しいコマンドを追加することができます。
エクステンションは新しい機能を作成するための手段を提供しており、 その機能はビルトインコマンドと同じように hg のコマンドラインから直接利用可能です。 エクステンションについて詳しくは、 'hg help extensions' (Mercurial 1.3以降) を参照してください。
エクステンションカテゴリ内のページについては CategoryExtension を、 インストールとエクステンションの書き方については WritingExtensions を参照してください。
1. エクステンションを有効にする
エクステンション "foo" を有効にするには、 そのエクステンションが Mercurial とともに配布されているか Python のサーチパスに含まれている場合は、 対応するエントリーを hgrc ファイルに追加してください。 例:
[extensions] foo =
エクステンションをフルパスで指定してもかまいません:
[extensions] myfeature = ~/.hgext/myfeature.py
上位スコープの hgrc で有効になっているエクステンションを特に無効化したい場合は、 ! をパスの前に足してください:
[extensions] # /path/to/extension/bar.py にある bar エクステンションを無効化 hgext.bar = !/path/to/extension/bar.py # baz エクステンションのパスを指定しなくても同じこと hgext.baz = !
たいていのエクステンションは、同じ設定ファイル上の専用セクションで細かい設定ができるようになっています。
2. Mercurial とともに配布されているエクステンション
名称 |
ページ |
説明 |
acl |
コントロールリストをもとにリポジトリの一部へのコミットアクセスを制御 |
|
alias |
コマンドにユーザー定義の別名を (Mercurial 1.3 以降はビルトイン) |
|
bisect |
履歴の2分探索(O(log(n))でバグや機能が入ったリビジョンをサクッと見つける。 (Mercurial 1.0 以降はビルトイン) |
|
bookmarks |
Markers on commits that move on commit |
|
bugzilla |
Update Bugzilla entries when a bug id is referenced in a changeset |
|
children |
Display children revisions |
|
churn |
Show change statistics for mercurial operations per author |
|
convert |
他の SCM から Mercurial へリポジトリを変換 |
|
color |
カラフルな diff, status, qseries コマンド |
|
extdiff |
外部プログラムで変更内容を比較 |
|
fetch |
pull, merge, update は1ステップでどう? |
|
gpg |
GPG を使ったチェンジセットの署名とその検証 |
|
graphlog |
ASCII アートのリビジョングラフと履歴を並べて表示 |
|
hgcia |
Send notifications to CIA |
|
hgk |
Graphical repository and history browser based on gitk |
|
highlight |
hgweb のファイルリビジョン表示でシンタックスハイライト |
|
imerge |
Perform interactive, interruptible merges |
|
inotify |
linux 2.6 inotify API を用いて status を瞬時に更新 |
|
interhg |
This extension allows you to change changelog and summary text just like InterWiki way |
|
keyword |
Use CVS like keyword expansion in tracked files |
|
mq |
Mercurial パッチキュー - 変更内容を一連のパッチとして管理 |
|
notify |
リポジトリの変更を登録メールアドレスへお知らせ |
|
pager |
Allows you to choose a pager |
|
parentrevspec |
Use foo^ to refer to the parent of revision foo |
|
patchbomb |
チェンジセットを一連のパッチ email として送信 |
|
purge |
Purge all files and dirs in the repository that are not being tracked by Mercurial |
|
rebase |
リビジョンの分岐点を移動 |
|
record |
Select working directory changes to commit by hunk à la darcs record |
|
share |
Share repository history between multiple repos |
|
transplant |
Cherry-picking, rebasing and changeset rewriting |
|
win32mbcs |
Allow to use shift_jis/big5 filenames on Windows. |
|
win32text |
Manage line ending conversion for Windows repositories |
|
zeroconf |
Announce and browser respositories via zeroconf/bonjour |
3. 外部提供のエクステンション
エクステンションの一覧は常に更新されています。最新の情報は UsingExtensions (英語) を参照してください。
名称 |
ページ |
説明 |
activity |
Create an image representing the activity of the repository |
|
attic |
Easily deal with individual patches |
|
autopager |
Invoke pager when output is longer than one screen |
|
bigfiles |
Support versions of big files with storage outside hg repo |
|
boundmode |
Enables a bound mode (commit command auto-pushes) |
|
casestop |
Stops case-folding conflicts on commit |
|
changelog |
Auto-generate commit message from changelog entry |
|
chart |
Display activity graphs (see also ActivityExtension and ChurnExtension) |
|
commits |
Commit modified files as multiple changesets at once |
|
collapse |
Collapse consecutive changesets into one |
|
config |
Manage config files via command line only |
|
config |
Manage hgrc files via dialogs and command line |
|
crecord |
Select graphically which files/hunk/lines to commit |
|
cutehg |
A growing set of easy to install and use dialogs for mercurial commands |
|
cvscommit |
Push changesets to CVS |
|
defpasswd |
Automatically provide credentials (username/passwords) read from a file. |
|
deps |
Create and manage versioned repository dependencies |
|
digest |
Create and use small digest files for outgoing/bundle |
|
diffstat |
Shortcut commands for displaying diffstat |
|
dotlog |
Yet Another DOT grapher |
|
easycommit |
Command-line GUI for committing changes |
|
easymerge |
Command-line GUI for merging |
|
fastimport |
Read a git "fast import" stream and turn it into changesets in a Mercurial repository |
|
filereview |
Perform code review for any project using mercurial |
|
fixcase |
Fix problems where an external tool has changed the case of a filename |
|
fixutf8 |
Fix problems on non-utf8 systems with filenames (Windows never supports utf8 filenames) |
|
foreign |
Interactively register or delete foreign/unknown files |
|
forest |
Manage a bunch of mercurial repos as a meta repository, with snapshot support thread |
|
ftp |
Manage uploaded snapshots on FTP server |
|
graphviz |
Generate DOT language source to visualize changeset tree |
|
group |
Allow to visually regroup a set of changesets |
|
hg-git |
Push to and pull from a Git server |
|
hgsubversion |
Use Mercurial as a Subversion client |
|
hgtrac |
Mercurial/Trac Integration Hook (pre/post hooks for Trac/Mercurial) |
|
histedit |
Edit, fold, drop changesets in the style of git rebase --interactive |
|
histpush |
Record locally which revisions have been pushed |
|
info |
Display basic information about a repository |
|
kerberos |
Kerberos Authentication over HTTP support |
|
localbranch |
Create clones inside your working directory |
|
makewritable |
Interactively removes read-only flags from files |
|
message |
Preset the message used for commit |
|
mbox |
Import patches from unix mailboxes in MQ |
|
nearest |
Display the nearest tag from a given changeset |
|
pbranch |
Collaborative and/or long-term patch development and maintenance |
|
prompt |
Put information about the current repository into a shell prompt |
|
reviewboard |
Post changesets for review to a Review Board server |
|
qct |
Provide access to the Qct commit tool |
|
qtimes |
Save or restore modification times of files affected by patch queue |
|
qup |
Move MQ patches to top of unapplied part of series |
|
rcpath |
Displays Mercurial configuration file paths and names |
|
rdiff |
Allow diff to work against remote repositories |
|
reposettings |
Allow repo specific configuration from central configuration files |
|
schemes |
Add shortcuts to urls as url schemes |
|
send |
Automatic send of bundle containing changesets missing on remote, like darcs send |
|
sharedrepo |
Let multiple working directories share the same repository |
|
shelve |
Interactively select changes to set aside |
|
sonichg |
Record pushlog data, web interfaces to view pushlog & shortlog with slider, advanced search for pushlog, new file log page, full side-by-side diffs, regex filter, commit syntax warning and more! |
|
tasks |
Manage tasks as collections of contiguous changesets |
|
timestamp |
Saves and restores file timestamps |