uscan: Fixing mode=svn handling of HTTP(S) URLs
Using mode=svn
with HTTP(S) URLs fails due to Devscripts::Uscan::WatchLine
passing their handling to Devscripts::Uscan::http
. While mode=git
is specifically fixed via an exception, I have overlooked this piece of code when implementing mode=svn
. This MR fixes the issue.
Debian bug report: #951568
Edited by Andrius Merkys