[PATCH stable] test-nested-repo.t: touch another file inside nested repo

Siddharth Agarwal sid0 at fb.com
Sun Apr 28 02:32:20 CDT 2013


# HG changeset patch
# User Siddharth Agarwal <sid0 at fb.com>
# Date 1367131774 25200
#      Sat Apr 27 23:49:34 2013 -0700
# Branch stable
# Node ID ca23ec2fbd0ed9f0d2283137f55fefcb26371d7c
# Parent  85e47338523c3632014ee8504d981e4db15bb8be
test-nested-repo.t: touch another file inside nested repo

This helped uncover a bug in a patchset I've been writing.

diff -r 85e47338523c -r ca23ec2fbd0e tests/test-nested-repo.t
--- a/tests/test-nested-repo.t	Sat Apr 27 18:09:20 2013 -0700
+++ b/tests/test-nested-repo.t	Sat Apr 27 23:49:34 2013 -0700
@@ -8,6 +8,9 @@ Should print nothing:
   $ hg add b
   $ hg st
 
+  $ echo y > b/y
+  $ hg st
+
 Should fail:
 
   $ hg st b/x


More information about the Mercurial-devel mailing list