QT Creator keeps complaining it can't find .hg directory after moving project from mercurial to git -


i've been working on (open source) qt project using mercurial source control. project has moved onto using git. or @ least moving onto git.

so have taken copy of project , used hg2git generate git directory (pro tem) , removed .hg directory. whenever open (copy of the) project qt creator complains can't find .hg directory. isn't particularly surprising given isn't there, can't find anywhere can change tell qt creator particular project isn't using mercurial.

is there project setting i'm missing? have other projects still using mercurial , don't want switch off everything.

according qt creator docs

qt creator uses version control system's command line clients access repositories. allow access, make sure command line clients can located using path environment variable or specify path command line client executables in tools > options > version control.

you have have git-client accessible , eliminate access hg.exe - if mercurial single vcs, accessible creator, tries use vcs-tasks.

or, because

the tools menu contains submenu each supported version control system

you tried use mercurial?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -