hgbook

view ja/examples/daily.files.missing.out @ 872:102f89d20be1

remove spurious 'hg' from mq command line options
author Steve Borho <steve@borho.org>
date Tue Oct 27 22:46:49 2009 -0500 (2009-10-27)
parents
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