comparison tests/test-nested-repo.t @ 19124:4cdec37f0018

test-nested-repo.t: touch another file inside nested repo This helped uncover a bug in a patchset I've been writing.
author Siddharth Agarwal <sid0@fb.com>
date Sat, 27 Apr 2013 23:49:34 -0700
parents f2719b387380
children 4441705b7111
comparison
equal deleted inserted replaced
19123:a91894c8064a 19124:4cdec37f0018
4 $ echo x > b/x 4 $ echo x > b/x
5 5
6 Should print nothing: 6 Should print nothing:
7 7
8 $ hg add b 8 $ hg add b
9 $ hg st
10
11 $ echo y > b/y
9 $ hg st 12 $ hg st
10 13
11 Should fail: 14 Should fail:
12 15
13 $ hg st b/x 16 $ hg st b/x