Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py

changeset 2838
0f1423054184
parent 2815
53c1d1f9ec86
child 2840
10a133f3a5e8
equal deleted inserted replaced
2837:a96cb48e86a5 2838:0f1423054184
688 self.trUtf8("Differences"), 688 self.trUtf8("Differences"),
689 self.trUtf8("""There are no uncommitted changes""" 689 self.trUtf8("""There are no uncommitted changes"""
690 """ available/selected.""")) 690 """ available/selected."""))
691 return 691 return
692 692
693 # add SBS option (file mode only)
693 if self.diff is None: 694 if self.diff is None:
694 from .HgDiffDialog import HgDiffDialog 695 from .HgDiffDialog import HgDiffDialog
695 self.diff = HgDiffDialog(self.vcs) 696 self.diff = HgDiffDialog(self.vcs)
696 self.diff.show() 697 self.diff.show()
697 self.diff.start(names) 698 self.diff.start(names)

eric ide

mercurial