hgbook
view it/examples/daily.revert.missing.it @ 897:e917517d1ef9
White background not needed for body if content is wrapped into .chapter.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Mon Oct 26 12:43:43 2009 +0100 (2009-10-26) |
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 -->