Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.4, 1.1, and 1.1.1

stable shelve: fix shelve-backups for unshelve

The backups were always skipped with the patch string position at the
end instead of the beginning.

Changeset c5ca3c3e5b68

Parent c7d96b0f3465

by David Wilhelm

Changes to one file · Browse files at c5ca3c3e5b68 Showing diff from parent c7d96b0f3465 Diff from another changeset...

 
560
561
562
 
563
564
565
 
560
561
562
563
564
565
566
@@ -560,6 +560,7 @@
  ui.status(fp.getvalue())   else:   files = [] + fp.seek(0)   for chunk in parsepatch(fp):   if isinstance(chunk, header):   files += chunk.files()