hgbook
view it/examples/rollback.rollback.it @ 977:719b03ea27c8
merge with Italian, and very (few) work on ch03
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Fri Sep 04 16:33:46 2009 +0200 (2009-09-04) |
parents | 713f0f69029a 7252e7b7f07d |
children |
line source
1 <!-- BEGIN rollback.rollback -->
2 <screen><prompt>$</prompt> <userinput>hg rollback</userinput>
3 abortisco l'ultima transazione
4 <prompt>$</prompt> <userinput>hg tip</userinput>
5 changeset: 0:ce49f5b59f20
6 etichetta: tip
7 utente: Bryan O'Sullivan <bos@serpentine.com>
8 data: Fri Jun 05 15:51:13 2009 +0000
9 sommario: Primo commit.
11 <prompt>$</prompt> <userinput>hg status</userinput>
12 M a
13 ? b
14 </screen>
15 <!-- END rollback.rollback -->