Monday, November 11, 2013

Add TortoiseHg (Mercurial) to Visual Studio Express

1. Click Tools / External Tools... menu command.

2. Click Add button and enter the following:

Hg Commit

C:\Program Files\TortoiseHg\thgw.exe

--nofork commit -R $(SolutionDir)\..

Hg Synchronize

C:\Program Files\TortoiseHg\thgw.exe

--nofork synch -R $(SolutionDir)\..

Hg Workbench

C:\Program Files\TortoiseHg\thgw.exe

--nofork workbench -R $(SolutionDir)\..

No comments:

Post a Comment