I have one bitbucket account used for a couple open source projects and recently added another for work. All of my commits into my work tree are being associated with my original account/user.
I have already setup two distinct ssh keys and ssh confirms they are mapping to distinct users. I have also updated [ui] username in the local .hg/hgrc of the work repo but it doesn't seem to make any difference.
Is there anything else that associates users and commits I need to change ?
thx ...
... Niall
The email address in the git client needs to be different. The one which is added to the commits, see git config command. Bitbucket uses the email to identify users on commits.
Hmmm ... name itself is the same but the email is distinct so that should have worked. The issue is with Mercurial, haven't noticed it with git ... git uses distinct user and email config options while hg combines them as Name <email>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.