I had TortoiseHg installed when I first ran SourceTree, I have since deleted it, but now SourceTree give me these errors.
*** failed to import extension gestalt from /Applications/TortoiseHg.app/Contents/Resources/kilnext/gestalt.py: [Errno 2] No such file or directory
*** failed to import extension kilnauth from /Applications/TortoiseHg.app/Contents/Resources/kilnext/kilnauth.py: [Errno 2] No such file or directory
*** failed to import extension kilnpath from /Applications/TortoiseHg.app/Contents/Resources/kilnext/kilnpath.py: [Errno 2] No such file or directory
*** failed to import extension big-push from /Applications/TortoiseHg.app/
etc.
I've got no extensons defined in my .hg/hgrc file but can't find where SourceTree set these paths.
Thanks
Tortoise probably added this to your ~/.hgrc (the global one, not the local .hg/hgrc), if you delete them there you should be fine.
I'm having the same problem.. where would I find the global hgrc file?
A little new to all this still
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's in your user home directory, a file called '.hgrc'. This is a hidden file becuase of the leading period so you won't see it in Finder unless you show hidden files. More simply as a one-off, you can just open Terminal and type:
open -t ~/.hgrc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.