~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-22 12:20:57 UTC
  • mfrom: (1770.2.12 foo)
  • Revision ID: pqm@pqm.ubuntu.com-20060622122057-232c5c88c5d6bf6d
Harmonize branch.conf with bazaar.conf and locations.conf

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
                    raise StrictCommitFailed()
272
272
                   
273
273
            if self.config is None:
274
 
                self.config = bzrlib.config.BranchConfig(self.branch)
 
274
                self.config = self.branch.get_config()
275
275
      
276
276
            if isinstance(message, str):
277
277
                message = message.decode(bzrlib.user_encoding)