hgbook

view ja/examples/daily.files.add-dir.out @ 985:ac738e7a6bf9

corrected one spelling mistake in fr/appA-svn.xml
author Frédéric Bouquet <youshe.jaalon@gmail.com>
date Wed Sep 09 15:15:48 2009 +0200 (2009-09-09)
parents
children
line source
1 $ \textbf{mkdir b}
2 $ \textbf{echo b > b/b}
3 $ \textbf{echo c > b/c}
4 $ \textbf{mkdir b/d}
5 $ \textbf{echo d > b/d/d}
6 $ \textbf{hg add b}
7 adding b/b
8 adding b/c
9 adding b/d/d
10 $ \textbf{hg commit -m 'Added all files in subdirectory'}