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

shelve: proper local path conversion

Fixes #271

Changeset feb1ace7e724

Parent 1a94e45db1f9

by Steve Borho

Changes to one file · Browse files at feb1ace7e724 Showing diff from parent 1a94e45db1f9 Diff from another changeset...

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