/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: Jelmer Vernooij
  • Date: 2011-04-13 02:16:48 UTC
  • mfrom: (5777.6.6 commit-lossy)
  • mto: This revision was merged to the branch mainline in revision 5792.
  • Revision ID: jelmer@samba.org-20110413021648-faxmrnihfzzdwhs7
Merge commit --lossy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
 
405
405
        # Collect the changes
406
406
        self._set_progress_stage("Collecting changes", counter=True)
 
407
        self._lossy = lossy
407
408
        self.builder = self.branch.get_commit_builder(self.parents,
408
409
            self.config, timestamp, timezone, committer, self.revprops,
409
410
            rev_id, lossy=lossy)