Too bad the error message was not more informative. Instead of:

22:02 Executing: "C:\Program Files (x86)\TortoiseHg\hg.exe" status
abort: There is no Mercurial repository here (.hg not found)!

It would be much better to see:

22:02 Executing: "C:\Program Files (x86)\TortoiseHg\hg.exe" status
abort: There is no Mercurial repository here (C:\myrepositories\myproject\.hg 
not found)!

If this error message is generated by Qt Creator, perhaps someone on this list 
with some experience working on Qt Creator could submit this simple fix. It 
still wouldn't solve your problem, but it would help you discover what was 
really wrong.

John

On Jul 5, 2010, at 11:06 AM, Robert Caldecott wrote:

> I am using the latest Qt SDK on Windows 7 64 bit and cannot get
> Mercurial support to work at all.  I have hg.exe on my path but
> whatever command I try from within Qt Creator I am greeted with the
> same error:
> 
> 22:02 Executing: "C:\Program Files (x86)\TortoiseHg\hg.exe" status
> abort: There is no Mercurial repository here (.hg not found)!
> 
> The repository definitely exists and Mercurial works fine from a
> command-prompt.  It's almost as if Creator is using the wrong working
> directory when issuing the hg commands but there is no way to check
> for sure.
> 
> Does anyone have any ideas?  It was working fine on XP/32 when I last tried 
> it.
> 
> Regards.
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt-creator


_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to