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

hginit: refactoring: rename param

Changeset 4031f832fe79

Parent d9b9eecfd6ee

by Yuki KODAMA

Changes to one file · Browse files at 4031f832fe79 Showing diff from parent d9b9eecfd6ee Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hginit.py Stacked
 
112
113
114
115
 
116
117
118
 
112
113
114
 
115
116
117
118
@@ -112,7 +112,7 @@
  self._dest_input.set_text(response)   self._dest_input.set_position(-1)   - def _btn_init_clicked(self, toolbutton, data=None): + def _btn_init_clicked(self, button, data=None):   # gather input data   dest = hglib.fromutf(self._dest_input.get_text())