hgbook

view it/examples/rollback.commit.it @ 982:a9c3a727f253

ch01-intro.xml : some errors corrected and translated the last few part untranslated
author Frédéric Bouquet <youshe.jaalon@gmail.com>
date Tue Sep 08 18:20:00 2009 +0200 (2009-09-08)
parents 713f0f69029a 5bbebcdfb533
children
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 -->