hgbook
view it/examples/tour.pull.it @ 1086:8ce6c7a3ebd2
2.4.3 zh translated finished
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Fri Nov 20 08:03:26 2009 -0500 (2009-11-20) |
parents | 63ef1efbac57 |
children | 719b03ea27c8 |
line source
1 <!-- BEGIN tour.pull -->
2 <screen><prompt>$</prompt> <userinput>hg tip</userinput>
3 changeset: 4:2278160e78d4
4 etichetta: tip
5 utente: Bryan O'Sullivan <bos@serpentine.com>
6 data: Sat Aug 16 22:16:53 2008 +0200
7 sommario: Aggiusta i commenti.
9 <prompt>$</prompt> <userinput>hg pull ../mio-hello</userinput>
10 estraggo da ../mio-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 etichetta: tip
20 utente: Bryan O'Sullivan <bos@serpentine.com>
21 data: Fri Jun 05 15:51:52 2009 +0000
22 sommario: Inserisce una riga con un messaggio aggiuntivo.
24 </screen>
25 <!-- END tour.pull -->