diff -r a079cf630065 -r 08800489257e mercurial/statichttprepo.py --- a/mercurial/statichttprepo.py Sat Mar 15 15:23:20 2008 -0400 +++ b/mercurial/statichttprepo.py Thu Mar 20 11:12:35 2008 -0500 @@ -74,9 +74,6 @@ def url(self): return 'static-' + self._url - def dev(self): - return -1 - def local(self): return False