47
47
stats = tree.branch.repository.gather_stats(rev2, committers=True)
56
53
def test_gather_stats_empty_repo(self):
57
54
"""An empty repository still has revisions."""
58
55
tree = self.make_branch_and_memory_tree('.')
59
56
# now ask for global repository stats.
60
57
stats = tree.branch.repository.gather_stats()