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) |