hgbook

view ja/examples/branch-named.rebranch.out @ 985:ac738e7a6bf9

corrected one spelling mistake in fr/appA-svn.xml
author Frédéric Bouquet <youshe.jaalon@gmail.com>
date Wed Sep 09 15:15:48 2009 +0200 (2009-09-09)
parents
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