hgbook

view 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
line source
1 <!-- BEGIN branch-named.foo-commit -->
2 <screen><prompt>$</prompt> <userinput>echo something &gt; somefile</userinput>
3 <prompt>$</prompt> <userinput>hg commit -A -m 'New file'</userinput>
4 adding somefile
5 created new head
6 <prompt>$</prompt> <userinput>hg heads</userinput>
7 changeset:
8 branch: foo
9 tag: tip
10 parent:
11 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
13 summary: New file
15 changeset:
16 branch: bar
17 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
19 summary: Third commit
21 </screen>
22 <!-- END branch-named.foo-commit -->