hgbook
view it/examples/backout.simple.it @ 1024:ea04ebd452b5
French : second part of ch06
author | André Sintzoff <andre.sintzoff@gmail.com> |
---|---|
date | Thu Dec 03 22:45:38 2009 +0100 (2009-12-03) |
parents | 713f0f69029a 5bbebcdfb533 |
children |
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 -->