hgbook

view it/examples/rollback.commit.it @ 821:dbdf2e08f211

Adjusted numbering style for the last list in the license chapter.
author Giulio@puck
date Sat Aug 15 20:52:14 2009 +0200 (2009-08-15)
parents
children 5bbebcdfb533
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 -->