Mercurial > hgbook
annotate en/examples/branch-named.rebranch.out @ 476:d5f1049a79dd
roll back untranslatable and more on undo.tex
author | Igor TAmara <igor@tamarapatino.org> |
---|---|
date | Mon, 27 Oct 2008 17:14:02 -0500 |
parents | 00f69e8825c5 |
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 |