~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/directory_service.py

  • Committer: Aaron Bentley
  • Date: 2008-06-30 05:27:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3514.
  • Revision ID: aaron@aaronbentley.com-20080630052747-p93i1jak2l2vg48x
Fix spacing

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
class AliasDirectory(object):
59
59
    """Directory lookup for locations associated with a branch.
60
60
 
61
 
    :parent, :submit, :public, :push, :this,and :bound are currently
 
61
    :parent, :submit, :public, :push, :this, and :bound are currently
62
62
    supported.  On error, a subclass of DirectoryLookupFailure will be raised.
63
63
    """
64
64