hgbook

view en/examples/daily.files.missing.out @ 491:795f2964e104

translated section 13.4
author Javier Rojas <jerojasro@devnull.li>
date Wed Jan 07 22:26:07 2009 -0500 (2009-01-07)
parents 006bbad1f190
children
line source
1 $ \textbf{hg init missing-example}
2 $ \textbf{cd missing-example}
3 $ \textbf{echo a > a}
4 $ \textbf{hg add a}
5 $ \textbf{hg commit -m 'File about to be missing'}
6 $ \textbf{rm a}
7 $ \textbf{hg status}
8 ! a