Mercurial > hgbook
view en/examples/daily.files.missing.out @ 484:0abd3d78172e
finished translation of a figure
translated a few paragraphs of tour-merge
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Sun, 02 Nov 2008 13:54:42 -0500 |
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