Different email identities per branch

Asked by Craig Hewetson

I work on open source projects and commercial project that use Bazaar for SCM, I would like to make use of different email addresses for different projects. I

Is there any way in bazaar to specify an identity or email address per repository?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
John A Meinel
Solved:
Last query:
Last reply:
Revision history for this message
Best John A Meinel (jameinel) said :
#1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Craig Hewetson wrote:
> New question #111391 on Bazaar:
> https://answers.launchpad.net/bzr/+question/111391
>
> I work on open source projects and commercial project that use Bazaar for SCM, I would like to make use of different email addresses for different projects. I
>
> Is there any way in bazaar to specify an identity or email address per repository?
>

  bzr whoami --branch "My User <email address hidden>"

Will set up a specific identity for a given branch. But you may want to
look at 'locations.conf' which would allow you to set it for a set of
directories.

John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvxtTgACgkQJdeBCYSNAAOhyQCeK0P2IRH32GJjKWdlNHk9cX1N
nogAnjqxrgYNn3cM2SpNTt3iG6KMHjFC
=YZPk
-----END PGP SIGNATURE-----

Revision history for this message
Craig Hewetson (craighewetson-deactivatedaccount) said :
#2

Thanks John A Meinel, that solved my question.