hgbook

view en/examples/results/tour.clone.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.clone -->
2 <screen><prompt>$</prompt> <userinput>hg clone http://hg.serpentine.com/tutorial/hello</userinput>
3 destination directory: hello
4 requesting all changes
5 adding changesets
6 adding manifests
7 adding file changes
8 added 5 changesets with 5 changes to 2 files
9 updating working directory
10 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
11 </screen>
12 <!-- END tour.clone -->