comparison tests/test-backwards-remove.t @ 11857:9661514f85ae

tests: unify test-backwards-remove
author Martin Geisler <mg@lazybytes.net>
date Sat, 14 Aug 2010 02:30:05 +0200
parents tests/test-backwards-remove@7544700fd931
children 4c94b6d0fb1c
comparison
equal deleted inserted replaced
11856:db969ebdebd9 11857:9661514f85ae
1 $ hg init
2 $ echo This is file a1 > a
3 $ hg add a
4 $ hg commit -m "commit #0" -d "1000000 0"
5 $ ls
6 a
7 $ echo This is file b1 > b
8 $ hg add b
9 $ hg commit -m "commit #1" -d "1000000 0"
10 $ hg co 0
11 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
12
13 B should disappear
14
15 $ ls
16 a