hgbook

diff it/examples/tour.pull.it @ 793:d4de8d288ba6

Minor changes and translation of code snippets for Ch.9.
author Giulio@puck
date Wed Aug 12 23:47:08 2009 +0200 (2009-08-12)
parents
children 63ef1efbac57
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/tour.pull.it	Wed Aug 12 23:47:08 2009 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!-- BEGIN tour.pull -->
     1.5 +<screen><prompt>$</prompt> <userinput>hg tip</userinput>
     1.6 +changeset:   4:2278160e78d4
     1.7 +tag:         tip
     1.8 +user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;
     1.9 +date:        Sat Aug 16 22:16:53 2008 +0200
    1.10 +summary:     Aggiusta i commenti.
    1.11 +
    1.12 +<prompt>$</prompt> <userinput>hg pull ../my-hello</userinput>
    1.13 +estraggo da ../my-hello
    1.14 +cerco i cambiamenti
    1.15 +aggiungo i changeset
    1.16 +aggiungo i manifest
    1.17 +aggiungo i cambiamenti ai file
    1.18 +aggiunti 1 changeset con 1 cambiamenti a 2 file
    1.19 +(eseguite 'hg update' per ottenere una copia di lavoro)
    1.20 +<prompt>$</prompt> <userinput>hg tip</userinput>
    1.21 +changeset:   5:764347e47e75
    1.22 +tag:         tip
    1.23 +user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;
    1.24 +date:        Fri Jun 05 15:51:52 2009 +0000
    1.25 +summary:     Inserisce una riga con un messaggio aggiuntivo.
    1.26 +
    1.27 +</screen>
    1.28 +<!-- END tour.pull -->