~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-09 08:50:48 UTC
  • mfrom: (1553.5.83 bzr.mbp.locks)
  • Revision ID: pqm@pqm.ubuntu.com-20060309085048-37f21fd146dabe93
[merge] LockDir integration into new formats

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
        """Does the file relpath exist?
206
206
        
207
207
        Note that some transports MAY allow querying on directories, but this
208
 
        is not part of the protocol.
 
208
        is not part of the protocol.  In other words, the results of 
 
209
        t.has("a_directory_name") are undefined."
209
210
        """
210
211
        raise NotImplementedError
211
212