hgbook
view it/examples/tour.outgoing.it @ 797:26b05b7dd445
Minor changes and translation of code snippets for Ch.10.
author | Giulio@puck |
---|---|
date | Thu Aug 13 18:57:50 2009 +0200 (2009-08-13) |
parents | |
children | 63ef1efbac57 |
line source
1 <!-- BEGIN tour.outgoing -->
2 <screen><prompt>$</prompt> <userinput>cd my-hello</userinput>
3 <prompt>$</prompt> <userinput>hg outgoing ../hello-push</userinput>
4 confronto con ../hello-push
5 cerco i cambiamenti
6 changeset: 5:764347e47e75
7 tag: tip
8 user: Bryan O'Sullivan <bos@serpentine.com>
9 date: Fri Jun 05 15:51:52 2009 +0000
10 summary: Inserisce una riga con un messaggio aggiuntivo.
12 </screen>
13 <!-- END tour.outgoing -->