diff mercurial/statichttprepo.py @ 7211:25c0dee16ee0

Autodetect static-http
author Matt Mackall <mpm@selenic.com>
date Wed, 22 Oct 2008 15:41:32 -0500
parents 3d080733a339
children 95f3694cc5a4
line wrap: on
line diff
--- a/mercurial/statichttprepo.py	Wed Oct 22 14:30:34 2008 -0500
+++ b/mercurial/statichttprepo.py	Wed Oct 22 15:41:32 2008 -0500
@@ -76,7 +76,7 @@
         self.decodepats = None
 
     def url(self):
-        return 'static-' + self._url
+        return self._url
 
     def local(self):
         return False