hgbook
diff it/examples/tour.older.it @ 791:bf84d6b2281c
Minor changes and translation of code snippets for Ch.7.
author | Giulio@puck |
---|---|
date | Tue Aug 11 23:01:30 2009 +0200 (2009-08-11) |
parents | |
children | 11a6ba60bb9e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/tour.older.it Tue Aug 11 23:01:30 2009 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +<!-- BEGIN tour.older --> 1.5 +<screen><prompt>$</prompt> <userinput>hg update 2</userinput> 1.6 +2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti 1.7 +<prompt>$</prompt> <userinput>hg parents</userinput> 1.8 +changeset: 2:fef857204a0c 1.9 +user: Bryan O'Sullivan <bos@serpentine.com> 1.10 +date: Sat Aug 16 22:05:04 2008 +0200 1.11 +summary: Introduce un errore in hello.c. 1.12 + 1.13 +<prompt>$</prompt> <userinput>hg update</userinput> 1.14 +2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti 1.15 +<prompt>$</prompt> <userinput>hg parents</userinput> 1.16 +changeset: 5:764347e47e75 1.17 +tag: tip 1.18 +user: Bryan O'Sullivan <bos@serpentine.com> 1.19 +date: Fri Jun 05 15:51:52 2009 +0000 1.20 +summary: Inserisce una riga con un messaggio aggiuntivo. 1.21 + 1.22 +</screen> 1.23 +<!-- END tour.older -->