hgbook

view ja/examples/daily.revert.add.out @ 1052:c8b5a06543c0

cvs section translated
author zhaopingsun
date Tue Nov 10 16:25:43 2009 -0500 (2009-11-10)
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