changeset 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 a91894c8064a
children 6ba6e345961e
files tests/test-nested-repo.t
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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