/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: Martin Pool
  • Date: 2009-08-04 11:25:23 UTC
  • mto: This revision was merged to the branch mainline in revision 4585.
  • Revision ID: mbp@sourcefrog.net-20090804112523-hijycs32uketxw52
Only give the warning about hardlinking if it was actually requested!

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
 
                    # see https://bugs.edge.launchpad.net/bzr/+bug/408193
1427
 
                    trace.warning("hardlinking working copy files is not currently "
1428
 
                        "supported in %r" % (wt,))
 
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,))
1429
1430
                    accelerator_tree = None
1430
1431
                    delta_from_tree = False
1431
1432
                else: