mercurial/statichttprepo.py
changeset 7211 25c0dee16ee0
parent 7179 3d080733a339
child 7274 95f3694cc5a4
--- 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