hgbook

view ja/examples/daily.revert.add.out @ 888:b0c90ac052cc

Fix mismatched parenthesis in the main urls definition.
author dukebody <dukebody@gmail.com>
date Sun Oct 11 20:15:54 2009 +0200 (2009-10-11)
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