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

chunks: fix removal of a single file patch from a patch file

Changeset 2e17936f934b

Parent b7a3405263a6

by Steve Borho

Changes to one file · Browse files at 2e17936f934b Showing diff from parent b7a3405263a6 Diff from another changeset...

 
260
261
262
263
 
264
265
266
 
260
261
262
 
263
264
265
266
@@ -260,7 +260,7 @@
  for file in ctx._fileorder:   if file == wfile:   continue - for chunk in ctx._files[wfile]: + for chunk in ctx._files[file]:   chunk.write(fp)   fp.rename()   finally: