hgbook

view it/examples/tour.pull.it @ 781:6ba4c405d262

Minor changes and translation of code snippets for Ch.2.
author Giulio@puck
date Sun Aug 09 17:14:29 2009 +0200 (2009-08-09)
parents
children 63ef1efbac57
line source
1 <!-- BEGIN tour.pull -->
2 <screen><prompt>$</prompt> <userinput>hg tip</userinput>
3 changeset: 4:2278160e78d4
4 tag: tip
5 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
6 date: Sat Aug 16 22:16:53 2008 +0200
7 summary: Aggiusta i commenti.
9 <prompt>$</prompt> <userinput>hg pull ../my-hello</userinput>
10 estraggo da ../my-hello
11 cerco i cambiamenti
12 aggiungo i changeset
13 aggiungo i manifest
14 aggiungo i cambiamenti ai file
15 aggiunti 1 changeset con 1 cambiamenti a 2 file
16 (eseguite 'hg update' per ottenere una copia di lavoro)
17 <prompt>$</prompt> <userinput>hg tip</userinput>
18 changeset: 5:764347e47e75
19 tag: tip
20 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
21 date: Fri Jun 05 15:51:52 2009 +0000
22 summary: Inserisce una riga con un messaggio aggiuntivo.
24 </screen>
25 <!-- END tour.pull -->