Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py

changeset 4072
46fb585f60f2
parent 4021
195a471c327b
child 4126
c28d0cf3b639
equal deleted inserted replaced
4069:5d46da4c2ce5 4072:46fb585f60f2
805 805
806 if self.diff is None: 806 if self.diff is None:
807 from .HgDiffDialog import HgDiffDialog 807 from .HgDiffDialog import HgDiffDialog
808 self.diff = HgDiffDialog(self.vcs) 808 self.diff = HgDiffDialog(self.vcs)
809 self.diff.show() 809 self.diff.show()
810 self.diff.start(names) 810 self.diff.start(names, refreshable=True)
811 811
812 def __sbsDiff(self): 812 def __sbsDiff(self):
813 """ 813 """
814 Private slot to handle the Diff context menu entry. 814 Private slot to handle the Diff context menu entry.
815 """ 815 """

eric ide

mercurial