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

hgshelve: fix shelve behavior when win32text is enabled

Changeset ee88384b8e24

Parent f91e5169c703

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​hgshelve.py Stacked
 
501
502
503
504
 
505
506
507
 
501
502
503
 
504
505
506
507
@@ -501,7 +501,7 @@
  if dopatch:   ui.debug(_('applying patch\n'))   ui.debug(fp.getvalue()) - patch.internalpatch(fp, ui, 1, repo.root) + patch.internalpatch(fp, ui, 1, repo.root, eolmode=None)   del fp     # 3c. apply filtered patch to clean repo (shelve)