Fix GETURLS in external special remote protocol to strip downloader prefix from logged url info before checking for the specified prefix.

This doesn't change what GETURLS returns, but only whether it matches
any prefix that the external special remote asked for.
This commit is contained in:
Joey Hess 2015-03-27 18:49:03 -04:00
parent e980c56f7f
commit f0195b2a43
4 changed files with 9 additions and 3 deletions

View file

@ -33,3 +33,5 @@ DATALAD_LOGLEVEL=1 DATALAD_LOGTARGET=stderr tools/testing/make_test_repo archive
# End of transcript or log.
"""]]
> [[fixed|done]] --[[Joey]]