~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

merge with get_file_sha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
        return self.inventories.add_lines((revision_id,), final_parents, lines,
149
149
            check_content=check_content)[0]
150
150
 
151
 
    @needs_read_lock
152
151
    def is_shared(self):
153
152
        """AllInOne repositories cannot be shared."""
154
153
        return False