[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
List of Figures
2.1
Graphical history of the
hello
repository
3.1
Divergent recent histories of the
my-hello
and
my-new-hello
repositories
3.2
Repository contents after pulling from
my-hello
into
my-new-hello
3.3
Working directory and repository during merge, and following commit
3.4
Conflicting changes to a document
3.5
Using
kdiff3
to merge versions of a file
4.1
Relationships between files in working directory and filelogs in repository
4.2
Metadata relationships
4.3
Snapshot of a revlog, with incremental deltas
4.4
4.5
The working directory can have two parents
4.6
The working directory gains new parents after a commit
4.7
The working directory, updated to an older changeset
4.8
After a commit made while synced to an older changeset
4.9
Merging two heads
5.1
Simulating an empty directory using a hidden file
6.1
Feature branches
9.1
Backing out a change using the “
hg backout
” command
9.2
Automated backout of a non-tip change using the “
hg backout
” command
9.3
Backing out a change using the “
hg backout
” command
9.4
Manually merging a backout change
10.1
A simple hook that runs when a changeset is committed
10.2
Defining a second
commit
hook
10.3
Using the
pretxncommit
hook to control commits
10.4
A hook that forbids overly short commit messages
10.5
A simple hook that checks for trailing whitespace
10.6
A better trailing whitespace hook
11.1
Template keywords in use
11.2
Template filters in action
12.1
diff
および
patch
コマンド
の
利用
例
12.2
MQ
拡
張
有
効
化
のために
~/.hgrc
に
追
加
する
内
容
12.3
MQ
利用
可
否
の
確
認
12.4
MQ
利用
に
向
けた
リポジトリ
の
準
備
12.5
新
しい
パッチ
の
作
成
12.6
パッチ
の
refresh
12.7
複
数
回
の
パッチ
refresh
による
変
更
の
蓄
積
12.8
1
つ
目
の
上
に
積
み
重
ねられる
2
つ
目
の
パッチ
12.9
“
hg qseries
”
および
“
hg qapplied
”
による
パッチ
の
積
み
重
ねの
習
得
12.10
MQ
の
パッチ
の
積
み
重
ねにおける
適
用
済
み
パッチ
と
未
適
用
パッチ
12.11
適
用
パッチ
の
積
み
重
ねの
変
更
12.12
全
ての
未
適
用
パッチ
の
適
用
12.13
強
制
的
な
パッチ
の
生成
12.14
MQ
の
タグ
機
能
を
使
用
した
パッチ
の
操
作
12.15
diffstat
、
filterdiff
および
lsdiff
コマンド
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]