On Thu, Apr 9, 2009 at 10:28 AM, Daniel Bachler <daniel.bach...@danyx.com> wrote: > Hi, > > I have recently installed version 7.3 of tortoisehg on a vista 32 bit > machine and since then I have some weird problems. Whenever I try to close > any tortoisehg dialog I get an error message telling me to look into the > logfile hgproc.exe.log for details. Unfortunately, the log file does not > exist (I gave myself the right to create files in the tortoisehg folder in > program files but this didn't help). > > The error message would just be inconvenient, but I am also unable to > commit. This is the error message I get in the commit dialog: > calling hook precommit.username: hgconf.uname.hook > *** precommit.username hook is invalid (import of "hgconf.uname" failed)
This is the source of most of your troubles. This hook was enabled in the site-wide Mercurial.ini files in TortoiseHg versions up to 0.6, but that hook is not included anymore. The 0.7.3 installer should have removed this setting from the Mercurial.ini in the TortoiseHg directory, so I suspect the setting is also in your personal Mercurial.ini. You'll need to find all of the references to this hook in your Mercurial.ini (or .hgrc) files and comment (or delete) them. After that, your commits should work again and your settings dialogs should be ok. -- Steve Borho ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Tortoisehg-discuss mailing list Tortoisehg-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss