hgbook

annotate en/examples/results/branch-named.update-switchy.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.update-switchy -->
bos@564 2 <screen><prompt>$</prompt> <userinput>hg update foo</userinput>
bos@206 3 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
bos@564 4 <prompt>$</prompt> <userinput>hg parents</userinput>
bos@206 5 changeset:
bos@206 6 branch: foo
bos@564 7 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@206 8
bos@206 9 summary: Second commit
bos@206 10
bos@564 11 <prompt>$</prompt> <userinput>hg update bar</userinput>
bos@206 12 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
bos@564 13 <prompt>$</prompt> <userinput>hg parents</userinput>
bos@206 14 changeset:
bos@206 15 branch: bar
bos@206 16 tag: tip
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.update-switchy -->