hgbook
annotate en/examples/results/tour.pull.out @ 590:a2923aa93da9
Fix which files are included in the generated XML.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu Mar 26 20:24:44 2009 -0700 (2009-03-26) |
parents | 44d1363234d2 |
children | 4432ad34b8e5 |
rev | line source |
---|---|
bos@564 | 1 <screen><prompt>$</prompt> <userinput>hg tip</userinput> |
bos@144 | 2 changeset: |
bos@144 | 3 tag: tip |
bos@564 | 4 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@144 | 5 |
bos@144 | 6 summary: Trim comments. |
bos@144 | 7 |
bos@564 | 8 <prompt>$</prompt> <userinput>hg pull ../my-hello</userinput> |
bos@144 | 9 pulling from ../my-hello |
bos@144 | 10 searching for changes |
bos@144 | 11 adding changesets |
bos@144 | 12 adding manifests |
bos@144 | 13 adding file changes |
bos@144 | 14 added 1 changesets with 1 changes to 1 files |
bos@144 | 15 (run 'hg update' to get a working copy) |
bos@564 | 16 <prompt>$</prompt> <userinput>hg tip</userinput> |
bos@144 | 17 changeset: |
bos@144 | 18 tag: tip |
bos@564 | 19 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@144 | 20 |
bos@144 | 21 summary: Added an extra line of output |
bos@144 | 22 |
bos@564 | 23 </screen> |