/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/repofmt/knitrepo.py

MergeĀ knitsĀ branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
        a_weave = self._get_revision_vf()
159
159
        if revision_id is None:
160
160
            return a_weave.get_graph()
161
 
        entire_graph = a_weave.get_graph()
162
161
        if revision_id not in a_weave:
163
162
            raise errors.NoSuchRevision(self, revision_id)
164
163
        else: