hgbook

annotate en/examples/branch-named.foo-commit.out @ 290:e45d3f0d8da6

Remove obsolete qversion from mq reference
author Christian Ebert <blacktrash@gmx.net>
date Wed Feb 20 23:54:41 2008 +0100 (2008-02-20)
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