~larstiq/bzr/bzr.lq

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-13 12:12:11 UTC
  • mfrom: (1767.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060613121211-02c14916a5095573
(jrydberg, robertc, jameinel)Merge jrydbergs removal of weave_store from the Commit object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
        if message is None:
235
235
            raise BzrError("The message keyword parameter is required for commit().")
236
236
 
237
 
        self.weave_store = self.branch.repository.weave_store
238
237
        self.bound_branch = None
239
238
        self.local = local
240
239
        self.master_branch = None