~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/merge.py

  • Committer: Alexander Belchenko
  • Date: 2006-12-14 17:46:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2192.
  • Revision ID: bialix@ukr.net-20061214174644-byo0oj708p1s0t8z
Bugfix #71681: python-based installer postinstall script:
creating bzr.bat for Python installed at C:\Program Files\PythonXX\

Also remove custom title from python-based installer,
otherwise Add/Remove Programs dialog don't show bzr version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
572
572
            parent_id = self.tt.final_parent(trans_id)
573
573
            if file_id in self.this_tree.inventory:
574
574
                self.tt.unversion_file(trans_id)
575
 
                if file_id in self.this_tree:
576
 
                    self.tt.delete_contents(trans_id)
 
575
                self.tt.delete_contents(trans_id)
577
576
            file_group = self._dump_conflicts(name, parent_id, file_id, 
578
577
                                              set_version=True)
579
578
            self._raw_conflicts.append(('contents conflict', file_group))