hgbook

view en/examples/branch-named.rebranch.out @ 250:5ecf66974def

Generate build_id.tex correctly regardless of repo format.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed May 30 20:06:05 2007 -0700 (2007-05-30)
parents
children 00f69e8825c5
line source
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>
13 summary: Third commit