/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 git_repository.py

GitRepository.supports_rich_root() => False

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    def is_shared(self):
53
53
        return True
54
54
 
 
55
    def supports_rich_root(self):
 
56
        return False
 
57
 
55
58
    def get_revision_graph(self, revision_id=None):
56
59
        result = {}
57
60
        if revision_id is not None: