def getpack(self, path): return revisionstore.historypack(path)
def debughistorypack(ui, paths, **opts): for path in paths: if ".hist" in path: path = path[:path.index(".hist")] hpack = revisionstore.historypack(path) debughistorystore(ui, hpack, **opts)