72 """ |
72 """ |
73 self.__enableOkButton() |
73 self.__enableOkButton() |
74 |
74 |
75 def getParameters(self): |
75 def getParameters(self): |
76 """ |
76 """ |
77 Public method to retrieve the tag data. |
77 Public method to retrieve the merge data. |
78 |
78 |
79 @return tuple naming two tag names or two revisions, a target and |
79 @return tuple naming two tag names or two revisions, a target and |
80 a flag indicating a forced merge (string, string, string, boolean) |
80 a flag indicating a forced merge (string, string, string, boolean) |
81 """ |
81 """ |
82 return (self.tag1Combo.currentText(), |
82 return (self.tag1Combo.currentText(), |