hgbook

view en/examples/daily.files.missing.out @ 471:2449d5d3298e

updated template translation percentage
author Igor Támara <igor@tamarapatino.org>
date Sun Dec 28 00:30:00 2008 -0500 (2008-12-28)
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