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

sync: fix 'more options' dialog

The branch and revision entries have been removed

Changeset 908c9cdac39e

Parent 673ae1818df5

by Steve Borho

Changes to one file · Browse files at 908c9cdac39e Showing diff from parent 673ae1818df5 Diff from another changeset...

 
1174
1175
1176
1177
1178
 
1179
1180
1181
 
1174
1175
1176
 
 
1177
1178
1179
1180
@@ -1174,8 +1174,7 @@
    def accept(self):   outopts = {} - for name, le in (('branch', self.branchle), ('rev', self.revle), - ('remotecmd', self.remotele)): + for name, le in (('remotecmd', self.remotele),):   outopts[name] = hglib.fromunicode(le.text()).strip()     if outopts.get('branch') and outopts.get('rev'):