/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tests/test_model.py

All tests are passing again

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                }
58
58
 
59
59
        themodel = model.GitModel('.git')
 
60
        self.assertEqual(revisions[0], themodel.get_head())
60
61
        self.assertEqual(graph, themodel.ancestry([revisions[0]]))