hgbook

view en/examples/daily.files.add-dir.out @ 275:96ea24a916f9

Merge with myself.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Nov 26 20:42:36 2007 -0800 (2007-11-26)
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'}