~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/bzrdir.py

  • Committer: Frank Aspell
  • Date: 2009-02-22 16:54:02 UTC
  • mto: This revision was merged to the branch mainline in revision 4256.
  • Revision ID: frankaspell@googlemail.com-20090222165402-2myrucnu7er5w4ha
Fixing various typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        
77
77
        This operates precisely like 'bzrdir.create_repository'.
78
78
        
79
 
        If a bzrdir is not present, an exception is propogated
 
79
        If a bzrdir is not present, an exception is propagated
80
80
        rather than 'no branch' because these are different conditions (and
81
81
        this method should only be called after establishing that a bzr dir
82
82
        exists anyway).
138
138
        
139
139
        This operates precisely like 'bzrdir.find_repository'.
140
140
        
141
 
        If a bzrdir is not present, an exception is propogated
 
141
        If a bzrdir is not present, an exception is propagated
142
142
        rather than 'no branch' because these are different conditions.
143
143
 
144
144
        This is the initial version of this method introduced with the smart
161
161
        
162
162
        This operates precisely like 'bzrdir.find_repository'.
163
163
        
164
 
        If a bzrdir is not present, an exception is propogated
 
164
        If a bzrdir is not present, an exception is propagated
165
165
        rather than 'no branch' because these are different conditions.
166
166
 
167
167
        This is the second edition of this method introduced in bzr 1.3, which
196
196
    def do(self, path):
197
197
        """try to open a branch at path and return ok/nobranch.
198
198
        
199
 
        If a bzrdir is not present, an exception is propogated
 
199
        If a bzrdir is not present, an exception is propagated
200
200
        rather than 'no branch' because these are different conditions.
201
201
        """
202
202
        bzrdir = BzrDir.open_from_transport(