hgbook
diff en/examples/tour.pull.out @ 144:006bbad1f190
Add expected output files.
This makes it possible to spot changes in Mercurial's output and
behaviour over time.
This makes it possible to spot changes in Mercurial's output and
behaviour over time.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue Mar 06 21:44:56 2007 -0800 (2007-03-06) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/examples/tour.pull.out Tue Mar 06 21:44:56 2007 -0800 1.3 @@ -0,0 +1,22 @@ 1.4 +$ \textbf{hg tip} 1.5 +changeset: 1.6 +tag: tip 1.7 +user: Bryan O'Sullivan <bos@serpentine.com> 1.8 + 1.9 +summary: Trim comments. 1.10 + 1.11 +$ \textbf{hg pull ../my-hello} 1.12 +pulling from ../my-hello 1.13 +searching for changes 1.14 +adding changesets 1.15 +adding manifests 1.16 +adding file changes 1.17 +added 1 changesets with 1 changes to 1 files 1.18 +(run 'hg update' to get a working copy) 1.19 +$ \textbf{hg tip} 1.20 +changeset: 1.21 +tag: tip 1.22 +user: Bryan O'Sullivan <bos@serpentine.com> 1.23 + 1.24 +summary: Added an extra line of output 1.25 +