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

annotate: add a TODO list

Changeset 0208d1f8aaab

Parent 352ec7b9ad5a

by Steve Borho

Changes to one file · Browse files at 0208d1f8aaab Showing diff from parent 352ec7b9ad5a Diff from another changeset...

 
17
18
19
 
 
 
 
 
20
21
22
 
17
18
19
20
21
22
23
24
25
26
27
@@ -17,6 +17,11 @@
 from PyQt4.QtCore import *  from PyQt4.QtGui import *   +# Technical Debt +# Syntax Highlighting? +# Pass search parameters to grep +# forward/backward history buttons +  class AnnotateView(QFrame):   loadBegin = pyqtSignal()   loadComplete = pyqtSignal()