38
38
# now, in the same repository, asking for stats with/without the
39
39
# committers flag generates the same date information.
40
40
stats = tree.branch.repository.gather_stats(rev2, committers=False)
47
47
stats = tree.branch.repository.gather_stats(rev2, committers=True)
48
48
self.assertEquals(2, stats["committers"])
49
49
self.assertEquals((1170491381.0, 0), stats["firstrev"])