hgbook

view en/examples/results/tour.incoming.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 tour.incoming -->
2 <screen><prompt>$</prompt> <userinput>cd hello-pull</userinput>
3 <prompt>$</prompt> <userinput>hg incoming ../my-hello</userinput>
4 comparing with ../my-hello
5 searching for changes
6 changeset:
7 tag: tip
8 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
10 summary: Added an extra line of output
12 </screen>
13 <!-- END tour.incoming -->