[RFC] I want to disable submit_branch on my computer for all branches. How can I do that?
Stephen J. Turnbull
stephen at xemacs.org
Fri May 13 17:24:11 UTC 2011
Eli Zaretskii writes:
> > From: "Stephen J. Turnbull" <stephen at xemacs.org>
> > Does 'bzr config' have a way to print out all the known variables?
>
> Yes, just invoke it without any arguments.
That's not helpful, in fact. It only prints the ones that have been
explicitly set in the current environment. So for example in a newly
initialized branch it gives me:
$ mkdir tmp; pushd tmp; bzr init; bzr config; popd
Created a standalone tree (format: 2a)
bazaar:
launchpad_username = stephen-xemacs
email = me <here>
$
(Some irrelevant output from the directory-changing commands and
Python was removed.) Do "git help config" to see what I'm looking
for (it doesn't need to be that verbose, of course).
More information about the bazaar
mailing list