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

stable fileview: fix syntax error (close #922)

Changeset 1117c57543f4

Parent a47775e96b7e

by André Sintzoff

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

 
514
515
516
517
 
518
519
520
 
514
515
516
 
517
518
519
520
@@ -514,7 +514,7 @@
  self._opcodes = diff.get_opcodes()   self._fd = None   self._diffs = [] - else if isinstance(self._opcodes, bool): + elif isinstance(self._opcodes, bool):   # catch self._mode changes while this thread is active   self._opcodes = []