--- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sat Apr 24 13:46:33 2010 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sat Apr 24 13:56:43 2010 +0000 @@ -648,7 +648,7 @@ def __hgExtendedDiff(self): """ - Private slot used to perform a svn diff with the selection of revisions. + Private slot used to perform a hg diff with the selection of revisions. """ self.vcs.hgExtendedDiff(self.project.ppath)