~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-07 02:59:58 UTC
  • mfrom: (4826.1.8 hardlink-2a-408193)
  • Revision ID: pqm@pqm.ubuntu.com-20091207025958-wrddjbe59f5mjgva
(andrew) Allow '--hardlink' of files from 2a trees for any file that
        is unfiltered. (#408193)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1209
1209
        from bzrlib.tag import _merge_tags_if_possible
1210
1210
        accelerator_tree, br_from = bzrdir.BzrDir.open_tree_or_branch(
1211
1211
            from_location)
1212
 
        if (accelerator_tree is not None and
1213
 
            accelerator_tree.supports_content_filtering()):
1214
 
            accelerator_tree = None
1215
1212
        revision = _get_one_revision('branch', revision)
1216
1213
        br_from.lock_read()
1217
1214
        try: