# HG changeset patch # User Siddharth Agarwal # Date 1367131774 25200 # Node ID 4cdec37f0018e361e8159632ec5afeb705c433b1 # Parent a91894c8064ae3f8c6d6c8f276cf60b0d8bc347a test-nested-repo.t: touch another file inside nested repo This helped uncover a bug in a patchset I've been writing. diff -r a91894c8064a -r 4cdec37f0018 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