50
50
def test_revision_graph(self):
52
52
builder = tests.GitBranchBuilder()
54
54
commit1_handle = builder.commit('Joe Foo <joe@foo.com>', u'message')
56
56
commit2_handle = builder.commit('Joe Foo <joe@foo.com>', u'new a')
58
58
commit3_handle = builder.commit('Jerry Bar <jerry@foo.com>', u'b',
60
60
commit4_handle = builder.commit('Jerry Bar <jerry@foo.com>', u'merge',