hgbook
view it/examples/backout.simple.it @ 910:5d10677c3dbd
Align the comments themselves and the comment form to the left.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Mon Oct 26 21:50:49 2009 +0100 (2009-10-26) |
parents | d4de8d288ba6 |
children | 719b03ea27c8 |
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 -->