I have added repository and at the time of commit I get error as
error: abort: no username supplied (see "hg help config")
I am not getting Mercurial.ini file on my local as well. Does anyone know how I can resolve this error on Fedora?
|
I have added repository and at the time of commit I get error as
I am not getting Mercurial.ini file on my local as well. Does anyone know how I can resolve this error on Fedora? |
|||||
|
|
Either put a hgrc in the .hg directory in your repo or put a .hgrc file in your home dir (then it covers all your projects) In the file you should write
|
|||||||||||
|
|
On Windows, these configuration files are read:
On Unix, these files are read:
|
|||||||||||||
|
|
Simple answer - in your .hg folder, create a file named .hgrc
in there, add the following content (check
and save it. Should work now. Note that verbose = True is not required, but I included it since it is listed in the help content (This is from memory, but |
|||||||||||||
|
|
Make sure that the current user owns the hgrc file or otherwise has correct permissions for it. |
|||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.