~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2006-06-12 01:53:19 UTC
  • mto: (1558.16.3 revert-missing)
  • mto: This revision was merged to the branch mainline in revision 1767.
  • Revision ID: jelmer@samba.org-20060612015319-bed212cff7f6aaf9
Revert some of my spelling fixes and fix some typos after review by Aaron.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1239
1239
        
1240
1240
        :return: Either a Branch, or None
1241
1241
 
1242
 
        This could memorize the branch, but if thats done
 
1242
        This could memoise the branch, but if thats done
1243
1243
        it must be revalidated on each new lock.
1244
 
        So for now we just dont memorize it.
 
1244
        So for now we just don't memoise it.
1245
1245
        # RBC 20060304 review this decision.
1246
1246
        """
1247
1247
        bound_loc = self.get_bound_location()