~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

Delegate basis inventory calculation during commit to the CommitBuilder object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
 
56
56
# API compatibility version: bzrlib is currently API compatible with 1.7.
57
 
api_minimum_version = (1, 7, 0)
 
57
api_minimum_version = (1, 9, 0)
58
58
 
59
59
 
60
60
def _format_version_tuple(version_info):