Skip to content

Commit 58e85ee

Browse files
committed
Undefined subroutine in svn-create-patch
https://bugs.webkit.org/show_bug.cgi?id=167742 Unreviewed build-fix after r211543. * Scripts/VCSUtils.pm: fixSVNPatchForAdditionWithHistory was not exported. Canonical link: https://commits.webkit.org/184784@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@211570 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 80728d0 commit 58e85ee

3 files changed

Lines changed: 10 additions & 21 deletions

File tree

Makefile

Lines changed: 0 additions & 21 deletions
This file was deleted.

Tools/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2017-02-02 Jonathan Bedard <jbedard@apple.com>
2+
3+
Undefined subroutine in svn-create-patch
4+
https://bugs.webkit.org/show_bug.cgi?id=167742
5+
6+
Unreviewed build-fix after r211543.
7+
8+
* Scripts/VCSUtils.pm: fixSVNPatchForAdditionWithHistory was not exported.
9+
110
2017-02-02 Xabier Rodriguez Calvar <calvaris@igalia.com>
211

312
Unreviewed. Fix jhbuild dependencies build.

Tools/Scripts/VCSUtils.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ BEGIN {
5959
&escapeSubversionPath
6060
&exitStatus
6161
&fixChangeLogPatch
62+
&fixSVNPatchForAdditionWithHistory
6263
&gitBranch
6364
&gitDirectory
6465
&gitTreeDirectory

0 commit comments

Comments
 (0)