hgbook

annotate en/examples/branch-named.foo-commit.out @ 249:9d7388f3f483

/bin/sh fails when parsing unescaped parens
author Johannes Hoff <wbunaarfubss@gmail.com>
date Wed May 30 19:59:52 2007 -0700 (2007-05-30)
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