[PATCH] checkout --light
Martin Pool
mbp at canonical.com
Wed May 10 08:22:36 BST 2006
On 18 Apr 2006, David Allouche <david at allouche.net> wrote:
> I love light checkouts. And I'm too lazy to call them "lightweight".
>
> So I would like the command to create them to change from "bzr co
> --lightweight" to "bzr co --light", so much less finger wear.
>
> This is accomplished by the attached patch. The patch also does some
> minor fixes to the docstring, accounting for the bulk of the diffs:
>
> * turn the reference to the non-existent basis option into a
> comment, so it does not appear in the help text
> * reflow the docstrings so they do not go past column 79.
> --
Taken into my branch.
I was going to add --heavy, and my first impulse is that it would be an
error to give both. However I suppose if people have an alias that
turns on --heavy, then they should be able to say effectively
bzr checkout --light --heavy
to get back to the default behaviour. So then we would want the last
option given to determine the result.
--
Martin
More information about the bazaar
mailing list