smartlog: fix to match upstream

This commit is contained in:
Durham Goode 2015-03-13 09:29:29 -07:00
parent f19c04580a
commit fc7e80fa9a

View File

@ -161,6 +161,8 @@ def getdag(ui, repo, revs, master):
return self._rev
def files(self):
return []
def closesbranch(self):
return False
fakes = {}
knownrevs = set(revs)