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

fileview: remove unused chunkhdrre regexp

Changeset 0c143f77f1c5

Parent 884ce61e4856

by Steve Borho

Changes to one file · Browse files at 0c143f77f1c5 Showing diff from parent 884ce61e4856 Diff from another changeset...

 
36
37
38
39
40
41
42
 
36
37
38
 
39
40
41
@@ -36,7 +36,6 @@
 from tortoisehg.hgqt import qscilib, qtlib    qsci = Qsci.QsciScintilla -chunkhdrre = re.compile('^@@ -(\d+).*@@$')    class Annotator(qsci):   # we use a QScintilla for the annotater cause it makes