/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: Aaron Bentley
  • Date: 2006-10-12 03:19:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2078.
  • Revision ID: aaron.bentley@utoronto.ca-20061012031914-036d95e1296a45c4
Changes from review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
580
580
                else:
581
581
                    # this entry is new and not being committed
582
582
                    continue
583
 
            try:
584
 
                self.builder.record_entry_contents(ie, self.parent_invs, 
585
 
                    path, self.work_tree)
586
 
            except:
587
 
                raise
588
 
                raise repr((self.builder.new_inventory.root,
589
 
                self.work_inv.root, ie))
 
583
            self.builder.record_entry_contents(ie, self.parent_invs, 
 
584
                path, self.work_tree)
590
585
            # describe the nature of the change that has occurred relative to
591
586
            # the basis inventory.
592
587
            if (self.basis_inv.has_id(ie.file_id)):