PING [MERGE REVIEW] create_checkout_convenience
Martin Pool
mbp at canonical.com
Mon Aug 14 15:11:21 BST 2006
On 14 Aug 2006, Aaron Bentley <aaron.bentley at utoronto.ca> wrote:
> Is this okay to go in now?
Yes, with one little thing.
> + def create_checkout_convenience(self, to_location, revision_id=None,
> + lightweight=False):
Is there any strong reason why it can't just be create_checkout? I
think the original static method was called that because of the special
behaviour of using the default format, but we can gradually move to
controlling that with an option parameter within this method.
> + """Create a checkout of a branch.
> +
> + :param to_location: The url to produce the checkout at
> + :param revision_id: The revision to check out
> + :param lightweight: If True, produce a lightweight checkout, othewise
> + produce a bound branch (heavyweight checkout)
s//otherwise
--
Martin
More information about the bazaar
mailing list