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

  • Committer: Andrew Bennetts
  • Date: 2009-11-27 00:32:01 UTC
  • mto: This revision was merged to the branch mainline in revision 4869.
  • Revision ID: andrew.bennetts@canonical.com-20091127003201-edo61feeb8topagk
Remove code that prevents trying hardlinking from content-filtered trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1203
1203
        from bzrlib.tag import _merge_tags_if_possible
1204
1204
        accelerator_tree, br_from = bzrdir.BzrDir.open_tree_or_branch(
1205
1205
            from_location)
1206
 
        if (accelerator_tree is not None and
1207
 
            accelerator_tree.supports_content_filtering()):
1208
 
            accelerator_tree = None
1209
1206
        revision = _get_one_revision('branch', revision)
1210
1207
        br_from.lock_read()
1211
1208
        try: