hgbook

view ja/examples/daily.revert.add.out @ 719:eca3a16c0114

Merge with dongsheng
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Aug 14 12:12:19 2009 -0700 (2009-08-14)
parents
children
line source
1 $ \textbf{echo oops > oops}
2 $ \textbf{hg add oops}
3 $ \textbf{hg status oops}
4 A oops
5 $ \textbf{hg revert oops}
6 $ \textbf{hg status}
7 ? oops