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

Add some basic documentation in 'bzr help git'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
    def get_signature_text(self, revision_id):
151
151
        raise errors.NoSuchRevision(self, revision_id)
152
152
 
 
153
    def pack(self, hint=None, clean_obsolete_packs=False):
 
154
        self._git.object_store.pack_loose_objects()
 
155
 
153
156
    def lookup_foreign_revision_id(self, foreign_revid, mapping=None):
154
157
        """Lookup a revision id.
155
158