hgbook

view en/examples/daily.revert.add.out @ 416:15bf7d50b586

Translated a couple of paragraphs
author jerojasro@devnull.li
date Wed Nov 12 22:36:35 2008 -0500 (2008-11-12)
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