/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 bzrlib/tests/test_graph.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
379
379
        self.assertEqual(set(['rev1']), graph.heads(('rev1', 'null:')))
380
380
 
381
381
    def test_heads_one(self):
382
 
        # A single node will alwaya be a head
 
382
        # A single node will always be a head
383
383
        graph = self.make_graph(ancestry_1)
384
384
        self.assertEqual(set(['null:']), graph.heads(['null:']))
385
385
        self.assertEqual(set(['rev1']), graph.heads(['rev1']))