/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/transform.py

  • Committer: Aaron Bentley
  • Date: 2008-06-25 16:20:02 UTC
  • mto: (3363.16.1 __contains__)
  • mto: This revision was merged to the branch mainline in revision 3663.
  • Revision ID: aaron@aaronbentley.com-20080625162002-gdoh616mqjx923b8
Fix locking issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
2102
2102
                 backups, merge_modified, basis_tree=None):
2103
2103
    change_list = target_tree.iter_changes(working_tree,
2104
2104
        specific_files=specific_files, pb=pb)
2105
 
    if target_tree.inventory.root is None:
 
2105
    if target_tree.get_root_id() is None:
2106
2106
        skip_root = True
2107
2107
    else:
2108
2108
        skip_root = False