~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-04 12:35:07 UTC
  • mfrom: (4580.4.6 408193-hardlink)
  • Revision ID: pqm@pqm.ubuntu.com-20090804123507-6hzrl27orc90ernc
(mbp) KnownFailure for bug 408193

Show diffs side-by-side

added added

removed removed

Lines of Context:
1423
1423
                # applied so we can't safely build the inventory delta from
1424
1424
                # the source tree.
1425
1425
                if wt.supports_content_filtering():
 
1426
                    if hardlink:
 
1427
                        # see https://bugs.edge.launchpad.net/bzr/+bug/408193
 
1428
                        trace.warning("hardlinking working copy files is not currently "
 
1429
                            "supported in %r" % (wt,))
1426
1430
                    accelerator_tree = None
1427
1431
                    delta_from_tree = False
1428
1432
                else: