~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.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:
77
77
from bzrlib.trace import (
78
78
    mutter,
79
79
    note,
 
80
    warning,
80
81
    )
81
82
 
82
83
from bzrlib import (
1384
1385
        # that can do wonky stuff here, and that only
1385
1386
        # happens for creating checkouts, which cannot be
1386
1387
        # done on this format anyway. So - acceptable wart.
 
1388
        if hardlink:
 
1389
            warning("can't support hardlinked working trees in %r"
 
1390
                % (self,))
1387
1391
        try:
1388
1392
            result = self.open_workingtree(recommend_upgrade=False)
1389
1393
        except errors.NoSuchFile: