hgbook

annotate en/examples/branch-named.foo-commit.out @ 279:3c14c304d823

Ignore more junk.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Dec 11 09:31:58 2007 -0800 (2007-12-11)
parents
children 2936cb7eae7a
rev   line source
bos@206 1 $ \textbf{echo something > somefile}
bos@206 2 $ \textbf{hg commit -A -m 'New file'}
bos@206 3 adding somefile
bos@206 4 $ \textbf{hg heads}
bos@206 5 changeset:
bos@206 6 branch: foo
bos@206 7 tag: tip
bos@206 8 parent:
bos@206 9 user: Bryan O'Sullivan <bos@serpentine.com>
bos@206 10
bos@206 11 summary: New file
bos@206 12
bos@206 13 changeset:
bos@206 14 branch: bar
bos@206 15 user: Bryan O'Sullivan <bos@serpentine.com>
bos@206 16
bos@206 17 summary: Third commit
bos@206 18