bos@144: $ \textbf{mkdir b} bos@144: $ \textbf{echo b > b/b} bos@144: $ \textbf{echo c > b/c} bos@144: $ \textbf{mkdir b/d} bos@144: $ \textbf{echo d > b/d/d} bos@144: $ \textbf{hg add b} bos@144: adding b/b bos@144: adding b/c bos@144: adding b/d/d bos@144: $ \textbf{hg commit -m 'Added all files in subdirectory'}