annotate en/examples/results/daily.revert.missing.out @ 593:8dfdbe1cf982
Update Apache2 configuration.
author |
Bryan O'Sullivan <bos@serpentine.com> |
date |
Thu Mar 26 22:00:32 2009 -0700 (2009-03-26) |
parents |
44d1363234d2 |
children |
4432ad34b8e5 |
rev |
line source |
bos@564
|
1 <screen><prompt>$</prompt> <userinput>rm file</userinput>
|
bos@564
|
2 <prompt>$</prompt> <userinput>hg status</userinput>
|
bos@144
|
3 ! file
|
bos@564
|
4 <prompt>$</prompt> <userinput>hg revert file</userinput>
|
bos@564
|
5 <prompt>$</prompt> <userinput>ls file</userinput>
|
bos@144
|
6 file
|
bos@564
|
7 </screen>
|