Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py

changeset 3019
7912530a33e2
parent 3009
bf5ae5d7477d
child 3024
17c01303a239
--- 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()

eric ide

mercurial