bzr version-info --custom does not work
John Arbash Meinel
john at arbash-meinel.com
Wed Jan 30 19:33:08 GMT 2008
Panagiotis Papadakos wrote:
> One more thing. When using {clean}
> I get bzr: ERROR: Variable {clean} is not available
>
> although it is documented in bzr version-info --help
>
>
> Panagiotis Papadakos
Well, you may need to supply '--clean' to tell it to look for it. I
haven't used the --custom format much, but when I wrote the non-custom
stuff, I had some enable/disable flags depending on how much time you
wanted it to inspect your tree. (Building up all history can take a
while, as could inspecting all the files in a 50,000 file tree.)
--clean is probably not as expensive as it used to be, so I suppose we
could default that to on instead of off.
If you want to enable all values, you can do "bzr version-info --all ...".
John
=:->
More information about the bazaar
mailing list