~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-06 04:33:55 UTC
  • mfrom: (4031.3.3 faspell-typos)
  • Revision ID: pqm@pqm.ubuntu.com-20090406043355-a94p92pr191lpmv1
(Matt Nordhoff, Frank Aspell) Fix typos in documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
892
892
    def get_public_branch(self):
893
893
        """Return the public location of the branch.
894
894
 
895
 
        This is is used by merge directives.
 
895
        This is used by merge directives.
896
896
        """
897
897
        return self._get_config_location('public_branch')
898
898
 
1463
1463
            "post_uncommit is called with (local, master, old_revno, "
1464
1464
            "old_revid, new_revno, new_revid) where local is the local branch "
1465
1465
            "or None, master is the target branch, and an empty branch "
1466
 
            "recieves new_revno of 0, new_revid of None.", (0, 15), None))
 
1466
            "receives new_revno of 0, new_revid of None.", (0, 15), None))
1467
1467
        self.create_hook(HookPoint('pre_change_branch_tip',
1468
1468
            "Called in bzr client and server before a change to the tip of a "
1469
1469
            "branch is made. pre_change_branch_tip is called with a "