hgbook

annotate en/examples/results/branch-named.commit.out @ 611:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 12:19:01 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
rev   line source
bos@611 1 <!-- BEGIN branch-named.commit -->
bos@564 2 <screen><prompt>$</prompt> <userinput>echo 'hello again' &gt;&gt; myfile</userinput>
bos@564 3 <prompt>$</prompt> <userinput>hg commit -m 'Second commit'</userinput>
bos@564 4 <prompt>$</prompt> <userinput>hg tip</userinput>
bos@206 5 changeset:
bos@206 6 branch: foo
bos@206 7 tag: tip
bos@564 8 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@206 9
bos@206 10 summary: Second commit
bos@206 11
bos@564 12 </screen>
bos@611 13 <!-- END branch-named.commit -->