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

thgshelve: fix hunk parsing

Changeset f22932d39581

Parent 196e42d8880e

by Steve Borho

Changes to one file · Browse files at f22932d39581 Showing diff from parent 196e42d8880e Diff from another changeset...

 
155
156
157
158
 
159
160
161
 
155
156
157
 
158
159
160
161
@@ -155,7 +155,7 @@
  def filter_patch(ui, chunks):   accepted = []   for chunk in chunks: - file = util.pconvert(chunk.files()[0]) + file = util.pconvert(chunk.filename())   if file not in wfiles:   # file was not selected for inclusion   continue