Showing posts with label mercurial. Show all posts
Showing posts with label mercurial. Show all posts
Friday, November 18, 2016
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)\..
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)\..
Labels:
mercurial
Subscribe to:
Posts (Atom)