hgbook

view en/examples/branch-named.foo-commit.out @ 288:cac3ac4536e5

Better wording, again per Jim Blandy.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Jan 18 12:01:46 2008 -0800 (2008-01-18)
parents
children 2936cb7eae7a
line source
1 $ \textbf{echo something > somefile}
2 $ \textbf{hg commit -A -m 'New file'}
3 adding somefile
4 $ \textbf{hg heads}
5 changeset:
6 branch: foo
7 tag: tip
8 parent:
9 user: Bryan O'Sullivan <bos@serpentine.com>
11 summary: New file
13 changeset:
14 branch: bar
15 user: Bryan O'Sullivan <bos@serpentine.com>
17 summary: Third commit