hgbook
view it/examples/rollback.rollback.it @ 1019:746a888fb41b
some typo and better french translation
author | André Sintzoff <andre.sintzoff@gmail.com> |
---|---|
date | Mon Nov 30 10:57:42 2009 +0100 (2009-11-30) |
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 -->