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

  • Committer: Martin
  • Date: 2010-10-15 16:43:03 UTC
  • mto: This revision was merged to the branch mainline in revision 5510.
  • Revision ID: gzlist@googlemail.com-20101015164303-dcqt08g8oueb5mgg
Move guard to CommitBuilder.__init__ and test to bt.per_repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
            else:
308
308
                raise BzrError("The message or message_callback keyword"
309
309
                               " parameter is required for commit().")
310
 
        if committer is not None and not isinstance(committer, unicode):
311
 
            committer = committer.decode() # throw UnicodeError if non-ascii
312
310
 
313
311
        self.bound_branch = None
314
312
        self.any_entries_deleted = False