/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/version_info_formats/__init__.py

  • Committer: Martin Pool
  • Date: 2009-03-03 03:01:49 UTC
  • mfrom: (4070 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4073.
  • Revision ID: mbp@sourcefrog.net-20090303030149-8p8o8hszdtqa7w8f
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
            if not self._check or self._working_tree is None:
101
101
                return
102
102
 
103
 
            delta = self._working_tree.changes_from(basis_tree, 
 
103
            delta = self._working_tree.changes_from(basis_tree,
104
104
                                                    include_root=True)
105
105
 
106
106
            # Using a 2-pass algorithm for renames. This is because you might have