--- a/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py Sat Oct 19 15:15:50 2013 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py Sat Oct 19 16:14:07 2013 +0200 @@ -59,8 +59,8 @@ self.rx_url.exactMatch(self.tag2Combo.currentText())) or (self.rx_rev.exactMatch(self.tag1Combo.currentText()) and self.rx_rev.exactMatch(self.tag2Combo.currentText())) - ) - ) + ) + ) def on_tag1Combo_editTextChanged(self, text): """