hgbook
diff ja/examples/tour.pull.out @ 894:bc64bbc47c86
Move hgbook styles to a new folder and publish it statically.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Mon Oct 26 12:18:05 2009 +0100 (2009-10-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ja/examples/tour.pull.out Mon Oct 26 12:18:05 2009 +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 +