hgbook
diff en/examples/tour.pull.out @ 336:7e52f0cc4516
changed es/hgext.tex
changed es/hook.tex
changed es/kdiff3.png
changed es/license.tex
changed es/mq-collab.tex
changed es/mq-ref.tex
changed es/mq.tex
changed es/note.png
changed es/tour-merge.tex
changed es/undo-manual-merge.dot
changed es/undo-non-tip.dot
files needed to compile the pdf version of the book.
changed es/hook.tex
changed es/kdiff3.png
changed es/license.tex
changed es/mq-collab.tex
changed es/mq-ref.tex
changed es/mq.tex
changed es/note.png
changed es/tour-merge.tex
changed es/undo-manual-merge.dot
changed es/undo-non-tip.dot
files needed to compile the pdf version of the book.
author | jerojasro@localhost |
---|---|
date | Sat Oct 18 15:44:41 2008 -0500 (2008-10-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/examples/tour.pull.out Sat Oct 18 15:44:41 2008 -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 +