I have created a local repository and cloned it to remote mercurial server . And when I am checking it through my web interface of mercurial server I am getting “__NAME_ _” instead of my mercurial repository name .
I know I just need to modify a file. But I am confused which file to modify .

All you need to show the correct description is an
hgrcfile in the repository’s.hgfolder. The file should contain the following:The help for the
websection ofhgrcis here.I agree with Ry4an though, it looks like an installation problem on the server to me because just cloning the repository as you described should show the correct name with “Unknown” as the description.