Submitter | phabricator |
---|---|
Date | Jan. 9, 2020, 1:28 a.m. |
Message ID | <differential-rev-PHID-DREV-k7qzqmlay3q62l2et7x3-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44222/ |
State | Superseded |
Headers | show |
Comments
pulkit added a comment. The test mow fails on linux. --- /home/pulkit/repo/hgpush/tests/test-subrepo-svn.t +++ /home/pulkit/repo/hgpush/tests/test-subrepo-svn.t.err @@ -87,10 +87,10 @@ $ hg debugsub path s - source file://*/svn-repo/src (glob) + source file:/*/$TESTTMP/svn-repo/src (glob) revision 2 path subdir/s - source file://*/svn-repo/src (glob) + source file:/*/$TESTTMP/svn-repo/src (glob) revision 2 change file in svn and hg, commit @@ -113,10 +113,10 @@ At revision 3. $ hg debugsub path s - source file://*/svn-repo/src (glob) + source file:/*/$TESTTMP/svn-repo/src (glob) revision 3 path subdir/s - source file://*/svn-repo/src (glob) + source file:/*/$TESTTMP/svn-repo/src (glob) revision 2 missing svn file, commit should fail @@ -235,10 +235,10 @@ $ hg debugsub path s - source file://*/svn-repo/src (glob) + source file:/*/$TESTTMP/svn-repo/src (glob) revision 3 path subdir/s - source file://*/svn-repo/src (glob) + source file:/*/$TESTTMP/svn-repo/src (glob) revision 2 verify subrepo is contained within the repo directory ERROR: test-subrepo-svn.t output changed REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7816/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7816 To: mharbison72, #hg-reviewers, pulkit Cc: mercurial-devel
Patch
diff --git a/tests/test-subrepo-svn.t b/tests/test-subrepo-svn.t --- a/tests/test-subrepo-svn.t +++ b/tests/test-subrepo-svn.t @@ -87,10 +87,10 @@ $ hg debugsub path s - source file:/*/$TESTTMP/svn-repo/src (glob) + source file://*/svn-repo/src (glob) revision 2 path subdir/s - source file:/*/$TESTTMP/svn-repo/src (glob) + source file://*/svn-repo/src (glob) revision 2 change file in svn and hg, commit @@ -113,10 +113,10 @@ At revision 3. $ hg debugsub path s - source file:/*/$TESTTMP/svn-repo/src (glob) + source file://*/svn-repo/src (glob) revision 3 path subdir/s - source file:/*/$TESTTMP/svn-repo/src (glob) + source file://*/svn-repo/src (glob) revision 2 missing svn file, commit should fail @@ -235,10 +235,10 @@ $ hg debugsub path s - source file:/*/$TESTTMP/svn-repo/src (glob) + source file://*/svn-repo/src (glob) revision 3 path subdir/s - source file:/*/$TESTTMP/svn-repo/src (glob) + source file://*/svn-repo/src (glob) revision 2 verify subrepo is contained within the repo directory @@ -574,8 +574,8 @@ Test forgetting files, not implemented in svn subrepo, used to traceback - $ hg forget 'notafile*' - notafile*: $ENOENT$ + $ hg forget 'notafile' + notafile: $ENOENT$ [1] Test a subrepo referencing a just moved svn path. Last commit rev will