hgbook
view it/examples/backout.simple.it @ 1106:aed0e9396b14
2.8.1 zh translation
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Thu Dec 10 13:49:35 2009 -0500 (2009-12-10) |
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 -->