Tickets

Issues

## TODO: move that into the Git class


    ## TODO: move that into the Git class
    print "Building child tree"
    commit_dir = os.path.join(output, 'commits')
    walker = repo.repo.get_graph_walker()
    heads = list(walker.heads)
    child_tree = {}

History