Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

branch
5_0_x
changeset 785
c3d3aa05ceff
parent 780
cf74f7cc4975
child 792
a13346916170
equal deleted inserted replaced
780:cf74f7cc4975 785:c3d3aa05ceff
831 @pyqtSlot() 831 @pyqtSlot()
832 def on_nextButton_clicked(self): 832 def on_nextButton_clicked(self):
833 """ 833 """
834 Private slot to handle the Next button. 834 Private slot to handle the Next button.
835 """ 835 """
836 if self.__lastRev > 1: 836 if self.__lastRev > 0:
837 self.__getLogEntries(self.__lastRev - 1) 837 self.__getLogEntries(self.__lastRev - 1)
838 838
839 @pyqtSlot() 839 @pyqtSlot()
840 def on_diffP1Button_clicked(self): 840 def on_diffP1Button_clicked(self):
841 """ 841 """

eric ide

mercurial