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

  • Committer: Andrew Bennetts
  • Date: 2009-11-26 07:45:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4869.
  • Revision ID: andrew.bennetts@canonical.com-20091126074519-ztu0hm7br5y096c5
Quick change to allow hardlinking from a tree that supports content filtering for files that are unaffected by filters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1457
1457
                # applied so we can't safely build the inventory delta from
1458
1458
                # the source tree.
1459
1459
                if wt.supports_content_filtering():
1460
 
                    if hardlink:
1461
 
                        # see https://bugs.edge.launchpad.net/bzr/+bug/408193
1462
 
                        trace.warning("hardlinking working copy files is not currently "
1463
 
                            "supported in %r" % (wt,))
1464
 
                    accelerator_tree = None
 
1460
#                    if hardlink:
 
1461
#                        # see https://bugs.edge.launchpad.net/bzr/+bug/408193
 
1462
#                        trace.warning("hardlinking working copy files is not currently "
 
1463
#                            "supported in %r" % (wt,))
 
1464
#                    accelerator_tree = None
1465
1465
                    delta_from_tree = False
1466
1466
                else:
1467
1467
                    delta_from_tree = True