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

grep: add some technical debt

Changeset 88af61328b4c

Parent b51e01b84fbf

by Steve Borho

Changes to one file · Browse files at 88af61328b4c Showing diff from parent b51e01b84fbf Diff from another changeset...

 
21
22
23
24
 
 
25
26
27
28
29
30
 
31
32
33
 
21
22
23
 
24
25
26
27
28
29
30
31
32
33
34
35
@@ -21,13 +21,15 @@
 # prove search features    # Technical Debt -# uhm, do some searching +# hg grep functionality +# thread the searches  # draggable matches from history  # tortoisehg.editor with line number  # smart visual diffs  # context menu for matches  # emit errors to parent's status bar  # emit to parent's progress bar +# turn HTMLDelegate into a column delegate, merge back with htmllistview    class SearchWidget(QWidget):   def __init__(self, root=None, parent=None):