hgbook

annotate en/examples/results/mq.tarball.download.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 mq.tarball.download -->
bos@564 2 <screen><prompt>$</prompt> <userinput>download netplug-1.2.5.tar.bz2</userinput>
bos@564 3 <prompt>$</prompt> <userinput>tar jxf netplug-1.2.5.tar.bz2</userinput>
bos@564 4 <prompt>$</prompt> <userinput>cd netplug-1.2.5</userinput>
bos@564 5 <prompt>$</prompt> <userinput>hg init</userinput>
bos@564 6 <prompt>$</prompt> <userinput>hg commit -q --addremove --message netplug-1.2.5</userinput>
bos@564 7 <prompt>$</prompt> <userinput>cd ..</userinput>
bos@564 8 <prompt>$</prompt> <userinput>hg clone netplug-1.2.5 netplug</userinput>
hg@297 9 updating working directory
bos@144 10 18 files updated, 0 files merged, 0 files removed, 0 files unresolved
bos@564 11 </screen>
bos@611 12 <!-- END mq.tarball.download -->