Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

Merge with stable

Changeset 2247c0b95777

Parents 625d1ee30b61

Parents 7562f0e8dc7b

by André Sintzoff

Changes to one file · Browse files at 2247c0b95777 Showing diff from parent 625d1ee30b61 7562f0e8dc7b Diff from another changeset...

 
237
238
239
 
 
 
240
241
242
243
244
245
 
237
238
239
240
241
242
243
244
 
245
246
247
@@ -237,9 +237,11 @@
  l = []   self.ignorelines = [line.strip() for line in l]   self.ignorelist.clear() + + uni = hglib.tounicode +   self.ignorelist.addItems([uni(l) for l in self.ignorelines])   - uni = hglib.tounicode   try:   self.repo.thginvalidate()   wctx = self.repo[None]