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

hgignore: fix method name

Changeset 3ccdc605e87d

Parent 7ca4df290b4b

by Yuki KODAMA

Changes to one file · Browse files at 3ccdc605e87d Showing diff from parent 7ca4df290b4b Diff from another changeset...

 
171
172
173
174
 
175
176
177
 
171
172
173
 
174
175
176
177
@@ -171,7 +171,7 @@
    def fileselect(self):   'user selected another ignore file' - self.ignorefile = hglib.fromunicode(self.filecombo.getCurrentText()) + self.ignorefile = hglib.fromunicode(self.filecombo.currentText())   self.refresh()     def editClicked(self):