[PATCH] test-subrepo-svn.t: adapt for Windows

Eduard-Cristian Stefan alexandrul.ct at gmail.com
Mon Jun 25 02:31:18 CDT 2012


On 2012-06-25 03:45, Mads Kiilerich wrote:
>> @@ -491,7 +495,7 @@
>>     $ hg ci --subrepos -m cleanup | grep -v Updating
>>     committing subrepository obstruct
>> -  Sending        obstruct/other
>> +  Sending        *obstruct/other (glob)
>
> And not this chunk - that * needs an explanation.
>
> Please follow up with patch(es) for the remaining issues.

SVN 1.7.5 works ok, but with SVN 1.6.17 this is the result:

     --- d:\hg\tests\test-subrepo-svn.t
     +++ d:\hg\tests\test-subrepo-svn.t.err
     @@ -491,7 +491,7 @@

        $ hg ci --subrepos -m cleanup | grep -v Updating
        committing subrepository obstruct
     -  Sending        obstruct/other (glob)
     +  Sending        Administrator\AppData\Local\Temp\hgtests.k2yryu\test-subrepo-svn.t\rebaserepo\obstruct\other
        Transmitting file data .
        Committed revision 7.
        At revision 7.

ERROR: d:\hg\tests\test-subrepo-svn.t output changed
!
Failed test-subrepo-svn.t: output changed
# Ran 1 tests, 0 skipped, 1 failed.

Is it worth mentioning in the commit message?

Eduard




More information about the Mercurial-devel mailing list