Mercurial > public > mercurial-scm > hg-stable
diff tests/test-mq-subrepo-svn.t @ 13410:1f2b2c33d386
tests: fixes for svn 1.4.2
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 15 Feb 2011 16:19:11 -0600 |
parents | 535a891284da |
children | f73c7b70df68 |
line wrap: on
line diff
--- a/tests/test-mq-subrepo-svn.t Tue Feb 15 20:02:52 2011 +0100 +++ b/tests/test-mq-subrepo-svn.t Tue Feb 15 16:19:11 2011 -0600 @@ -34,7 +34,7 @@ Checked out revision 1. $ echo 'sub = [svn]sub' >> .hgsub $ hg add .hgsub - $ hg status -S + $ hg status -S -X '**/format' A .hgsub ? sub/.svn/entries $ hg qnew -m0 0.diff @@ -44,7 +44,7 @@ $ svn add a A a $ svn st - A a + A* a (glob) $ cd .. $ hg status -S # doesn't show status for svn subrepos (yet) $ hg qnew -m1 1.diff