diff tests/test-subrepo-git.t @ 23963:8f02682ff3b0 stable

subrepo: don't abort in add when non-hg subrepos are present (issue4513) This change should have been part of 9994f45ba714.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 27 Jan 2015 20:57:43 -0500
parents de519517f597
children 07c1a7d1ef69
line wrap: on
line diff
--- a/tests/test-subrepo-git.t	Tue Jan 27 10:14:23 2015 -0500
+++ b/tests/test-subrepo-git.t	Tue Jan 27 20:57:43 2015 -0500
@@ -133,6 +133,7 @@
   $ echo f > f
   $ hg status --subrepos
   ? s/f
+  $ hg add .
   $ git add f
   $ cd ..