I'm using GUI's to handle my version control. Currently I'm using Bazaar Explorer (GUI for bzr) , but I'd like to use TortoiseHG (GUI for hg).
For Windows users like me, I found several indication that this can be done via the command line using:
hg convert file:///C:\my_bzr_repo
where I made sure the 'convert' extension for TortoiseHG is enabled. However, this does not work. I get the following error message:
file:///C:\my_bzr_repo does not look like a Bazaar repository
Could somebody help me with this?