878 self.tr("Side-by-Side Diff"), |
878 self.tr("Side-by-Side Diff"), |
879 self.tr("""Only one file with uncommitted changes""" |
879 self.tr("""Only one file with uncommitted changes""" |
880 """ must be selected.""")) |
880 """ must be selected.""")) |
881 return |
881 return |
882 |
882 |
883 self.vcs.svnSbsDiff(names[0]) |
883 self.vcs.vcsSbsDiff(names[0]) |
884 |
884 |
885 def __lock(self): |
885 def __lock(self): |
886 """ |
886 """ |
887 Private slot to handle the Lock context menu entry. |
887 Private slot to handle the Lock context menu entry. |
888 """ |
888 """ |