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

Validate revprops during commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
    def __init__(self, *args, **kwargs):
54
54
        super(GitCommitBuilder, self).__init__(*args, **kwargs)
 
55
        self._validate_revprops(self._revprops)
55
56
        self.store = self.repository._git.object_store
56
57
        self._blobs = {}
57
58
        self._any_changes = False