/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: NamNguyen
  • Date: 2007-08-15 09:06:32 UTC
  • mto: (2789.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2790.
  • Revision ID: namnguyen-20070815090632-w0xcl6t5if19m2oj
branch_implementations/test_commit.py:

  * renamed test_pre_commit_paths to test_pre_commit_ids
  * added cases for ``added``, ``deleted``, ``renamed``, ``modified``, and
    ``modified and renamed``

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
                # Add revision data to the local branch
319
319
                self.rev_id = self.builder.commit(self.message)
320
320
 
321
 
                self._process_pre_hooks(old_revno, new_revno)
322
321
            except:
323
322
                # perhaps this should be done by the CommitBuilder ?
324
323
                self.work_tree.branch.repository.abort_write_group()
325
324
                raise
326
325
 
 
326
            self._process_pre_hooks(old_revno, new_revno)
 
327
 
327
328
            # Upload revision data to the master.
328
329
            # this will propagate merged revisions too if needed.
329
330
            if self.bound_branch: