changeset 44579 | 9e63108123a4 |
parent 44470 | 9d2b2df2c2ba |
child 46722 | 3d740058b467 |
--- a/hgext/remotefilelog/remotefilelog.py Tue Mar 17 17:21:34 2020 -0400 +++ b/hgext/remotefilelog/remotefilelog.py Tue Mar 17 17:26:05 2020 -0400 @@ -259,6 +259,10 @@ raise RuntimeError(b"len not supported") + def heads(self): + # Fake heads of the filelog to satisfy hgweb. + return [] + def empty(self): return False