Title: [270412] trunk/Tools
- Revision
- 270412
- Author
- [email protected]
- Date
- 2020-12-03 15:34:41 -0800 (Thu, 03 Dec 2020)
Log Message
[webkitscmpy] Incorrect identifier on remote SVN branches
https://bugs.webkit.org/show_bug.cgi?id=219509
<rdar://problem/71953465>
Reviewed by Stephanie Lewis.
Request reconstructed from packet inspection of requests sent by the svn binary.
* Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Bump version.
* Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py:
(Svn._cache_revisions): Clarify that revisions should only come from the specified branch.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (270411 => 270412)
--- trunk/Tools/ChangeLog 2020-12-03 23:20:14 UTC (rev 270411)
+++ trunk/Tools/ChangeLog 2020-12-03 23:34:41 UTC (rev 270412)
@@ -1,3 +1,17 @@
+2020-12-03 Jonathan Bedard <[email protected]>
+
+ [webkitscmpy] Incorrect identifier on remote SVN branches
+ https://bugs.webkit.org/show_bug.cgi?id=219509
+ <rdar://problem/71953465>
+
+ Reviewed by Stephanie Lewis.
+
+ Request reconstructed from packet inspection of requests sent by the svn binary.
+
+ * Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Bump version.
+ * Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py:
+ (Svn._cache_revisions): Clarify that revisions should only come from the specified branch.
+
2020-12-02 Tim Horton <[email protected]>
Many different assertion failures on the GPU process bot after r270366
Modified: trunk/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py (270411 => 270412)
--- trunk/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py 2020-12-03 23:20:14 UTC (rev 270411)
+++ trunk/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py 2020-12-03 23:34:41 UTC (rev 270412)
@@ -46,7 +46,7 @@
"Please install webkitcorepy with `pip install webkitcorepy --extra-index-url <package index URL>`"
)
-version = Version(0, 4, 4)
+version = Version(0, 4, 5)
AutoInstall.register(Package('dateutil', Version(2, 8, 1), pypi_name='python-dateutil'))
AutoInstall.register(Package('fasteners', Version(0, 15, 0)))
Modified: trunk/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py (270411 => 270412)
--- trunk/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py 2020-12-03 23:20:14 UTC (rev 270411)
+++ trunk/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py 2020-12-03 23:34:41 UTC (rev 270412)
@@ -226,7 +226,7 @@
}, data=''
'<S:start-revision>{revision}</S:start-revision>\n'
'<S:end-revision>0</S:end-revision>\n'
- '<S:revprop>svn:date</S:revprop>\n'
+ '<S:path></S:path>\n'
'</S:log-report>\n'.format(revision=latest),
) as response:
if response.status_code != 200:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes