Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek Merge with stable

Changeset 657f21d0ebde

Parents fe5430688149

Parents 1117c57543f4

by David Golub

Changes to one file · Browse files at 657f21d0ebde Showing diff from parent fe5430688149 1117c57543f4 Diff from another changeset...

 
514
515
516
 
 
 
517
518
519
 
514
515
516
517
518
519
520
521
522
@@ -514,6 +514,9 @@
  self._opcodes = diff.get_opcodes()   self._fd = None   self._diffs = [] + elif isinstance(self._opcodes, bool): + # catch self._mode changes while this thread is active + self._opcodes = []     for tag, alo, ahi, blo, bhi in self._opcodes[:30]:   if tag == 'replace':