hgbook
view it/examples/daily.revert.missing.it @ 1010:cd06c45e1631
French translation : ch06-collab.xml - about 50% translated
author | Frédéric Bouquet <youshe.jaalon@gmail.com> |
---|---|
date | Mon Sep 21 00:02:10 2009 +0200 (2009-09-21) |
parents | |
children |
line source
1 <!-- BEGIN daily.revert.missing -->
2 <screen><prompt>$</prompt> <userinput>rm file</userinput>
3 <prompt>$</prompt> <userinput>hg status</userinput>
4 ! file
5 <prompt>$</prompt> <userinput>hg revert file</userinput>
6 <prompt>$</prompt> <userinput>ls file</userinput>
7 file
8 </screen>
9 <!-- END daily.revert.missing -->