hgbook

view en/examples/results/branch-named.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
line source
1 <!-- BEGIN branch-named.commit -->
2 <screen><prompt>$</prompt> <userinput>echo 'hello again' &gt;&gt; myfile</userinput>
3 <prompt>$</prompt> <userinput>hg commit -m 'Second commit'</userinput>
4 <prompt>$</prompt> <userinput>hg tip</userinput>
5 changeset:
6 branch: foo
7 tag: tip
8 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
10 summary: Second commit
12 </screen>
13 <!-- END branch-named.commit -->