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

stable fileview: fix annotation mode

Changeset 6526f8ff3ac9

Parent a0a13a6c2021

by Steve Borho

Changes to one file · Browse files at 6526f8ff3ac9 Showing diff from parent a0a13a6c2021 Diff from another changeset...

 
349
350
351
352
 
353
354
355
 
349
350
351
 
352
353
354
355
@@ -349,7 +349,7 @@
  elif fd.contents is None:   return   elif self._mode == 'ann': - self.sci.setSource(filename, ctx.rev()) + self.sci.setSource(filename, self._ctx.rev())   else:   lexer = lexers.get_lexer(filename, fd.contents, self)   self.sci.setLexer(lexer)