Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

sync: remove obsolete logic

Changeset d62502c98be5

Parent 12646b8b46e9

by Steve Borho

Changes to one file · Browse files at d62502c98be5 Showing diff from parent 12646b8b46e9 Diff from another changeset...

 
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
 
1199
1200
1201
 
 
 
 
 
 
1202
1203
1204
@@ -1199,12 +1199,6 @@
  for name, le in (('remotecmd', self.remotele),):   outopts[name] = hglib.fromunicode(le.text()).strip()   - if outopts.get('branch') and outopts.get('rev'): - qtlib.WarningMsgBox(_('Configuration Error'), - _('You cannot specify a branch and revision'), - parent=self) - return -   outopts['subrepos'] = self.subrepocb.isChecked()   outopts['force'] = self.forcecb.isChecked()   outopts['new-branch'] = self.newbranchcb.isChecked()