hgbook
view it/examples/backout.simple.it @ 794:80e5a41352d7
Validation typos.
author | Giulio@puck |
---|---|
date | Wed Aug 12 23:47:34 2009 +0200 (2009-08-12) |
parents | |
children | 5bbebcdfb533 |
line source
1 <!-- BEGIN backout.simple -->
2 <screen><prompt>$</prompt> <userinput>hg backout -m 'Ritira la seconda modifica.' tip</userinput>
3 ripristino miofile
4 il changeset 2:a4abdbaa35f1 ritira il changeset 1:51969da8cdc5
5 <prompt>$</prompt> <userinput>cat miofile</userinput>
6 prima modifica
7 </screen>
8 <!-- END backout.simple -->