[PATCH] checkout --help

John Arbash Meinel john at arbash-meinel.com
Sat May 6 04:57:03 BST 2006


Robey Pointer wrote:
> Just noticed this today: Doing 'bzr checkout --help' still documents a
> '--basis' option which is not accepted and wouldn't do anything even if
> it was.  Attached patch removes the documentation lines and comment.
> 
> robey
> 

Rather than removing the option, we could actually re-activate the
functionality. 'bzr branch' supports --basis, and checkout is very
similar to 'bzr branch'. It does a few things differently (creates a
branch, and then does 'bind' which does a pull, versus doing 'sprout').

But honestly, we could do a standard sprout, and then do the bind.

If someone knows how to use --basis, it seems like a decent performance
improvement to not have to copy everything from the remote location.

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/20060505/fcb83149/attachment.pgp 


More information about the bazaar mailing list