Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable merge: add a reject method to ResultPage

ResultPage did not derive from BasePage, so it did not inherit this method.

Changeset 899d880723cb

Parent ecf321098e60

by Steve Borho

Changes to one file · Browse files at 899d880723cb Showing diff from parent ecf321098e60 Diff from another changeset...

 
737
738
739
 
 
 
740
741
742
 
737
738
739
740
741
742
743
744
745
@@ -737,6 +737,9 @@
    ### Override Method ###   + def reject(self): + pass +   def repositoryChanged(self):   'repository has detected a change to changelog or parents'   pass