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

clone: add public getDest() function

Changeset 12c7f928532a

Parent be83bcb02458

by Adrian Buehlmann

Changes to one file · Browse files at 12c7f928532a Showing diff from parent be83bcb02458 Diff from another changeset...

 
152
153
154
 
 
 
155
156
157
 
152
153
154
155
156
157
158
159
160
@@ -152,6 +152,9 @@
  self.src_combo.setFocus()   self.src_combo.lineEdit().selectAll()   + def getDest(self): + return hglib.fromunicode(self.dest_combo.currentText()).strip() +   ### Private Methods ###     def show_options(self, visible):