/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

Fix GitBranchBuilder to use refs/heads/master instead of refs/head/master.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                }
68
68
 
69
69
        themodel = model.GitModel('.git')
70
 
        tests.run_git('reset', '--hard', commit4_id)
71
70
        self.assertEqual(revisions[0], themodel.get_head())
72
71
        self.assertEqual(graph, themodel.ancestry([revisions[0]]))