hgbook

view en/examples/daily.revert.add.out @ 948:afdc168fa06c

Merge from Hugues and my work
author Romain PELISSE <belaran@gmail.com>
date Mon Feb 16 23:31:14 2009 +0100 (2009-02-16)
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