hgbook

view en/examples/daily.files.addremove.out @ 264:f8a2fe77908d

3 small typos
author arne@fluss.krababnet
date Fri Aug 31 11:15:18 2007 +0200 (2007-08-31)
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