view en/examples/results/tour.pull.out @ 663:0d5935744f87

Switch from LaTeX to XML for examples.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 21:39:23 -0700
parents 44d1363234d2
children 4432ad34b8e5
line wrap: on
line source

<screen><prompt>$</prompt> <userinput>hg tip</userinput>
changeset:   
tag:         tip
user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;

summary:     Trim comments.

<prompt>$</prompt> <userinput>hg pull ../my-hello</userinput>
pulling from ../my-hello
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
<prompt>$</prompt> <userinput>hg tip</userinput>
changeset:   
tag:         tip
user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;

summary:     Added an extra line of output

</screen>