comparison en/examples/branch-named.rebranch.out @ 206:6519f3b983b4

More material about named branches.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 23 Apr 2007 15:28:13 -0700
parents
children 00f69e8825c5
comparison
equal deleted inserted replaced
205:c76a3e2a600c 206:6519f3b983b4
1 $ \textbf{hg branch}
2 foo
3 $ \textbf{hg branch bar}
4 $ \textbf{echo new file > newfile}
5 $ \textbf{hg commit -A -m 'Third commit'}
6 adding newfile
7 $ \textbf{hg tip}
8 changeset:
9 branch: bar
10 tag: tip
11 user: Bryan O'Sullivan <bos@serpentine.com>
12
13 summary: Third commit
14