hgbook
annotate en/examples/tour.pull.out @ 293:7273d06279d1
Fixed sample output for 'daily.files' test.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed Aug 20 21:49:20 2008 +0200 (2008-08-20) |
parents | |
children |
rev | line source |
---|---|
bos@144 | 1 $ \textbf{hg tip} |
bos@144 | 2 changeset: |
bos@144 | 3 tag: tip |
bos@144 | 4 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@144 | 5 |
bos@144 | 6 summary: Trim comments. |
bos@144 | 7 |
bos@144 | 8 $ \textbf{hg pull ../my-hello} |
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@144 | 16 $ \textbf{hg tip} |
bos@144 | 17 changeset: |
bos@144 | 18 tag: tip |
bos@144 | 19 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@144 | 20 |
bos@144 | 21 summary: Added an extra line of output |
bos@144 | 22 |