29
29
# three commits: one to be included by reference, one to be
30
30
# requested, and one to be in the repository but [mostly] ignored.
31
31
rev1 = tree.commit('first post', committer='person 1',
33
33
rev2 = tree.commit('second post', committer='person 2',
35
35
rev3 = tree.commit('third post', committer='person 3',
38
38
# now, in the same repository, asking for stats with/without the
39
39
# committers flag generates the same date information.