hgbook

annotate en/examples/results/branch-named.foo-commit.out @ 614:c8680784cdbb

Make builds more reliable.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 15:35:44 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
rev   line source
bos@611 1 <!-- BEGIN branch-named.foo-commit -->
bos@564 2 <screen><prompt>$</prompt> <userinput>echo something &gt; somefile</userinput>
bos@564 3 <prompt>$</prompt> <userinput>hg commit -A -m 'New file'</userinput>
bos@206 4 adding somefile
hg@299 5 created new head
bos@564 6 <prompt>$</prompt> <userinput>hg heads</userinput>
bos@206 7 changeset:
bos@206 8 branch: foo
bos@206 9 tag: tip
bos@206 10 parent:
bos@564 11 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@206 12
bos@206 13 summary: New file
bos@206 14
bos@206 15 changeset:
bos@206 16 branch: bar
bos@564 17 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@206 18
bos@206 19 summary: Third commit
bos@206 20
bos@564 21 </screen>
bos@611 22 <!-- END branch-named.foo-commit -->