[Blends-commit] r3184 - /blends/trunk/webtools/blendstasktools.py

tille at users.alioth.debian.org tille at users.alioth.debian.org
Sat Feb 25 19:45:23 UTC 2012


Author: tille
Date: Sat Feb 25 19:45:23 2012
New Revision: 3184

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=3184
Log:
Detect more browser URLs

Modified:
    blends/trunk/webtools/blendstasktools.py

Modified: blends/trunk/webtools/blendstasktools.py
URL: http://svn.debian.org/wsvn/blends/blends/trunk/webtools/blendstasktools.py?rev=3184&op=diff
==============================================================================
--- blends/trunk/webtools/blendstasktools.py (original)
+++ blends/trunk/webtools/blendstasktools.py Sat Feb 25 19:45:23 2012
@@ -557,7 +557,8 @@
     else:
         logger.warning("Unknown VCS for " + vcs_url)
         return HOMEPAGENONE
-
+    if vcs_url.startswith('http:'):
+        return vcs_url
     if ret_url == vcs_url:
         logger.warning("Unable to obtain Vcs-Browser from " + vcs_url)
         return HOMEPAGENONE




More information about the Blends-commit mailing list