hgbook

view en/examples/daily.files.addremove.out @ 550:5cd47f721686

Rename LaTeX input files to have numeric prefixes
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Jan 29 22:56:27 2009 -0800 (2009-01-29)
parents
children
line source
1 $ \textbf{hg init addremove-example}
2 $ \textbf{cd addremove-example}
3 $ \textbf{echo a > a}
4 $ \textbf{echo b > b}
5 $ \textbf{hg addremove}
6 adding a
7 adding b