hgbook

diff en/examples/tour.pull.out @ 290:e45d3f0d8da6

Remove obsolete qversion from mq reference
author Christian Ebert <blacktrash@gmx.net>
date Wed Feb 20 23:54:41 2008 +0100 (2008-02-20)
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 Feb 20 23:54:41 2008 +0100
     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 +