# HG changeset patch # User Siddharth Agarwal # Date 2013-04-28 06:49:34 # 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 --git a/tests/test-nested-repo.t b/tests/test-nested-repo.t --- a/tests/test-nested-repo.t +++ b/tests/test-nested-repo.t @@ -8,6 +8,9 @@ Should print nothing: $ hg add b $ hg st + $ echo y > b/y + $ hg st + Should fail: $ hg st b/x