tests/test-subrepo.t
changeset 42010 db26dbbee74d
parent 41965 e4ac7e63c213
child 42167 91a0bc50b288
--- a/tests/test-subrepo.t	Thu Mar 21 18:27:09 2019 -0700
+++ b/tests/test-subrepo.t	Thu Mar 21 21:40:22 2019 -0400
@@ -1875,6 +1875,19 @@
   @@ -0,0 +1,1 @@
   +bar
 
+  $ hg diff -X '.hgsub*' --nodates s
+  diff -r 000000000000 s/a
+  --- /dev/null
+  +++ b/s/a
+  @@ -0,0 +1,1 @@
+  +a
+  $ hg diff -X '.hgsub*' --nodates s/a
+  diff -r 000000000000 s/a
+  --- /dev/null
+  +++ b/s/a
+  @@ -0,0 +1,1 @@
+  +a
+
   $ cd ..
 
 test for ssh exploit 2017-07-25