~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

 * The internal storage of history, and logical branch identity have now
   been split into Branch, and Repository. The common locking and file 
   management routines are now in bzrlib.lockablefiles. 
   (Aaron Bentley, Robert Collins, Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
 
432
432
 
433
433
def get_transport(base):
 
434
    """Open a transport to access a URL or directory.
 
435
 
 
436
    base is either a URL or a directory name.  
 
437
    """
434
438
    global _protocol_handlers
435
439
    if base is None:
436
440
        base = u'.'