eric7/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py

branch
eric7
changeset 8621
8c9f41115c04
parent 8412
16e8c2896469
child 8881
54e42bc2437a
equal deleted inserted replaced
8620:84f7f7867b5f 8621:8c9f41115c04
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 """

eric ide

mercurial