hgbook

view en/examples/daily.files.addremove.out @ 360:d4a0d7488a08

Merged jerojasro changes
author Igor TAmara <igor@tamarapatino.org>
date Sat Oct 25 17:29:33 2008 -0500 (2008-10-25)
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