Exemple #1
0
 def getpack(self, path):
     return revisionstore.historypack(path)
Exemple #2
0
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)