hgbook

view it/examples/rollback.commit.it @ 882:50d09b8f3c4f

Remove /tmp/REV*-hello when clean
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Oct 21 16:33:28 2009 +0800 (2009-10-21)
parents d4de8d288ba6
children 719b03ea27c8
line source
1 <!-- BEGIN rollback.commit -->
2 <screen><prompt>$</prompt> <userinput>hg status</userinput>
3 M a
4 <prompt>$</prompt> <userinput>echo b &gt; b</userinput>
5 <prompt>$</prompt> <userinput>hg commit -m "Aggiunge il file b."</userinput>
6 </screen>
7 <!-- END rollback.commit -->