问题
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