comparison en/examples/results/daily.files.remove.out @ 662:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 21:37:47 -0700
parents en/examples/daily.files.remove.out@006bbad1f190
children 0d5935744f87
comparison
equal deleted inserted replaced
661:f916a8c80554 662:44d1363234d2
1 $ \textbf{hg init remove-example}
2 $ \textbf{cd remove-example}
3 $ \textbf{echo a > a}
4 $ \textbf{mkdir b}
5 $ \textbf{echo b > b/b}
6 $ \textbf{hg add a b}
7 adding b/b
8 $ \textbf{hg commit -m 'Small example for file removal'}
9 $ \textbf{hg remove a}
10 $ \textbf{hg status}
11 R a
12 $ \textbf{hg remove b}
13 removing b/b