hgbook
diff en/examples/tour.pull.out @ 495:dfa2890d9b30
translated most of section 13.8
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Wed Jan 07 23:38:40 2009 -0500 (2009-01-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/examples/tour.pull.out Wed Jan 07 23:38:40 2009 -0500 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 +