hgbook

view en/examples/branch-named.rebranch.out @ 273:00f69e8825c5

Bring book up to date with recent changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Nov 26 12:24:53 2007 -0800 (2007-11-26)
parents 6519f3b983b4
children
line source
1 $ \textbf{hg branch}
2 foo
3 $ \textbf{hg branch bar}
4 marked working directory as branch bar
5 $ \textbf{echo new file > newfile}
6 $ \textbf{hg commit -A -m 'Third commit'}
7 adding newfile
8 $ \textbf{hg tip}
9 changeset:
10 branch: bar
11 tag: tip
12 user: Bryan O'Sullivan <bos@serpentine.com>
14 summary: Third commit