Mercurial > hgbook
annotate ja/examples/branch-named.rebranch.out @ 803:5276f40fca1c
Propagate e6c99cbd0abd
Updates to chapters 5, 6, and 7
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 09 Jul 2009 13:32:44 +0900 |
parents | b0db5adf11c1 |
children |
rev | line source |
---|---|
206
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
1 $ \textbf{hg branch} |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
2 foo |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
3 $ \textbf{hg branch bar} |
273
00f69e8825c5
Bring book up to date with recent changes.
Bryan O'Sullivan <bos@serpentine.com>
parents:
206
diff
changeset
|
4 marked working directory as branch bar |
206
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
5 $ \textbf{echo new file > newfile} |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
6 $ \textbf{hg commit -A -m 'Third commit'} |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
7 adding newfile |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
8 $ \textbf{hg tip} |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
9 changeset: |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
10 branch: bar |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
11 tag: tip |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
12 user: Bryan O'Sullivan <bos@serpentine.com> |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
13 |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
14 summary: Third commit |
6519f3b983b4
More material about named branches.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
15 |