Mercurial > hgbook
view en/examples/daily.files.missing.out @ 395:e0b56f008b09
Fix sample output for 'backout' test.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed, 20 Aug 2008 21:51:54 +0200 |
parents | ca475a9e2e59 |
children |
line wrap: on
line source
$ \textbf{hg init missing-example} $ \textbf{cd missing-example} $ \textbf{echo a > a} $ \textbf{hg add a} $ \textbf{hg commit -m 'File about to be missing'} $ \textbf{rm a} $ \textbf{hg status} ! a