Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

clone: fix incorrect insersion when using 'Browse...'

Changeset 89ab272e78cb

Parent 96680fa458b9

by Yuki KODAMA

Changes to one file · Browse files at 89ab272e78cb Showing diff from parent 96680fa458b9 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​clone.py Stacked
 
185
186
187
188
 
189
190
191
 
185
186
187
 
188
189
190
191
@@ -185,7 +185,7 @@
  initial=self.destentry.get_text(),   title=_('Select Source Folder')).run()   if response: - self.destentry.set_text(response) + self.srcentry.set_text(response)     def add_src_to_recent(self, src):   if os.path.exists(src):