Comment 2 for bug 97397

Revision history for this message
John A Meinel (jameinel) wrote :

Is this still necessary? It seems like "bzr send" has mostly taken over the functionality of 'bzr submit'.

Also, it isn't clear that you want to just copy the branch.conf file. For example, consider 'email'. You can configure email on a per-branch basis in branch.conf. But it doesn't always make sense to copy it.

It might be nice if you were doing:
bzr branch myfeature1 myfeature2

but if you were doing
bzr branch http://jelmers/branch local

Then I wouldn't want to start committing as Jelmer.

A while back we discussed the idea of propagating config settings, and haven't really ever come up with a satisfactory answer. So at the moment, we pretty much do it on a case-by-case basis. We probably could allow plugins, etc, to hook into that.