diff -r 833d1250ce00 -r 25c0dee16ee0 mercurial/statichttprepo.py --- 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