<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Martin Geisler wrote:
<blockquote cite="mid:87sjzl13xh.fsf@aragost.com" type="cite">
  <pre wrap="">Pete Brunet <a class="moz-txt-link-rfc2396E" href="mailto:pete@a11ysoft.com">&lt;pete@a11ysoft.com&gt;</a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">If I type 'hg log -r tip' the username is not correct. It's a quite
old user name that I used when I first started using Mercurial. This
old username is also showing up in NetBeans when I look at a files
history. The patch at tip was created some time after I changed the
username field in %USERPROFILE%\.hgrc and I don't have any other
conflicts in files like a mercurial.ini file, some other .hgrc file,
hgrc files in local directories, or a registry entry, e.g. I checked
the config files as described at
<a class="moz-txt-link-freetext" href="http://www.selenic.com/mercurial/hgrc.5.html">http://www.selenic.com/mercurial/hgrc.5.html</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Try

  $ hg showconfig --debug ui.username

That will tell you where Mercurial has read the username -- maybe it has
read it from some file you overlooked in the list.
  </pre>
</blockquote>
H Martin, That shows the correct username - but trying hg log right
after shows the wrong username.<br>
</body>
</html>