hgbook
view it/examples/backout.simple.it @ 1088:0f4b18eb86c4
2.5 0 first 2 para ,1 fuzzy
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Sun Nov 22 21:24:19 2009 -0500 (2009-11-22) |
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 -->