Mercurial and Notepad++ Integration

南楼画角 提交于 2019-12-05 20:28:39

问题


Are there plug-ins for Notepad++ to integrate with Mercurial and TortoiseHg?


回答1:


Plugin exists only for tortoise svn, you can only semi integrate TortoiseHg with Notepad++ using

thg annotate "$(FULL_CURRENT_PATH)"

to show the history of the current file for anything else Workbench




回答2:


If you add the following to our config file you can use Notepad++ to open files.

[tortoisehg]
editor = <path\to\>Notepad++.exe ["$FILE" -n$LINENUM] -multiInst -nosession

You can get more information at https://bitbucket.org/tortoisehg/thg/wiki/OpenAtLine.



来源:https://stackoverflow.com/questions/9207880/mercurial-and-notepad-integration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!