~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

(jelmer) Allow CommitBuilder implementations to not provide a
 record_entry_contents implementation. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    record_root_entry = True
95
95
    # the default CommitBuilder does not manage trees whose root is versioned.
96
96
    _versioned_root = False
 
97
    # this commit builder supports the record_entry_contents interface
 
98
    supports_record_entry_contents = True
97
99
 
98
100
    def __init__(self, repository, parents, config, timestamp=None,
99
101
                 timezone=None, committer=None, revprops=None,