test-nested-repo.t: touch another file inside nested repo
authorSiddharth Agarwal <sid0@fb.com>
Sat, 27 Apr 2013 23:49:34 -0700
changeset 19124 4cdec37f0018
parent 19123 a91894c8064a
child 19125 6ba6e345961e
test-nested-repo.t: touch another file inside nested repo This helped uncover a bug in a patchset I've been writing.
tests/test-nested-repo.t
--- a/tests/test-nested-repo.t	Thu May 02 15:21:47 2013 -0500
+++ b/tests/test-nested-repo.t	Sat Apr 27 23:49:34 2013 -0700
@@ -8,6 +8,9 @@
   $ hg add b
   $ hg st
 
+  $ echo y > b/y
+  $ hg st
+
 Should fail:
 
   $ hg st b/x