/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

SupportĀ listingĀ tags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    def supports_rich_root(self):
105
105
        return False
106
106
 
 
107
    #def get_revision_delta(self, revision_id):
 
108
    #    parent_revid = self.get_revision(revision_id).parent_ids[0]
 
109
    #    diff = self._git.diff(ids.convert_revision_id_bzr_to_git(parent_revid),
 
110
    #                   ids.convert_revision_id_bzr_to_git(revision_id))
 
111
 
107
112
    def get_ancestry(self, revision_id):
108
113
        revision_id = revision.ensure_null(revision_id)
109
114
        ret = []