Bitbucket mercurial not displaying username properly

I have my private repository and execute a transaction from my machine. In my hgrc file i have sth like this

[ui]
username = John <jon@mail.com>

In my bucket account, I have the same mail and the first name given to John. Now I am doing a commit and under the overview tab I have a completely different name. How can i fix this? Regards

+3
source share
1 answer

When you clone BitBucket, it adds the site with the current username. For example, instead of cloning from, https://bitbucket.org/dls/commit-msg-checkit will clone from https://dls@bitbucket.org/dls/commit-msg-check. Notice the dls @ in the second url.

.hgrc Mercurial.ini , BitBucket ( ) . BitBucket , :

BitBucket User Confusion

. " BitBucket".

OpenID BitBucket, , - Artur ( , StackOverflow, ). , BitBucket.

+4

All Articles