hgbook

view en/examples/daily.files.remove.out @ 145:4aecfa5c3ab0

Drop all output from bisect.
It's not running deterministically right now.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 06 21:55:07 2007 -0800 (2007-03-06)
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