hgbook
view ja/examples/daily.files.remove.out @ 916:0aaa70be1b13
Fix image links and move the throbber to a proper location to be served.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Tue Oct 27 00:49:24 2009 +0100 (2009-10-27) |
parents | |
children |
line source
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