[MERGE] Trivial comment patch
John Arbash Meinel
john at arbash-meinel.com
Thu Jun 22 20:38:21 BST 2006
Jelmer Vernooij wrote:
> Hi,
>
> Attached bundle fixes a comment in bzrlib/branch.py.
>
> Cheers,
>
> Jelmer
>
>
-0, you fixed one instance of 'repository' but not the other. :)
> @staticmethod
> def open(base, _unsupported=False):
> - """Open the repository rooted at base.
> + """Open the branch rooted at base.
^^-- good
>
> - For instance, if the repository is at URL/.bzr/repository,
> - Repository.open(URL) -> a Repository instance.
> + For instance, if the repository is at URL/.bzr/branch,
> + Branch.open(URL) -> a Branch instance.
^-- you missed this one
> """
> control = bzrdir.BzrDir.open(base, _unsupported)
> return control.open_branch(_unsupported)
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060622/fcb0a50b/attachment.pgp
More information about the bazaar
mailing list