--- a/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py Sun Oct 13 17:44:48 2013 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py Mon Oct 14 18:26:25 2013 +0200 @@ -798,8 +798,9 @@ def __SVNSbsExtendedDiff(self): """ Private slot called by the context menu to show the difference of a - file to the repository side-by-side allowing the selection of - revisions to compare. + file to the repository side-by-side. + + It allows the selection of revisions to compare. """ itm = self.browser.currentItem() fn = itm.fileName()