~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

(jelmer) Add ControlDirFormat.supports_workingtrees cvar. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2703
2703
class RemoteBzrDirFormat(BzrDirMetaFormat1):
2704
2704
    """Format representing bzrdirs accessed via a smart server"""
2705
2705
 
 
2706
    supports_workingtrees = False
 
2707
 
2706
2708
    def __init__(self):
2707
2709
        BzrDirMetaFormat1.__init__(self)
2708
2710
        # XXX: It's a bit ugly that the network name is here, because we'd