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

guess: add TODOs

Changeset eefbeaf50946

Parent 66571d52d60e

by Steve Borho

Changes to one file · Browse files at eefbeaf50946 Showing diff from parent 66571d52d60e Diff from another changeset...

 
18
19
20
 
21
 
 
22
23
24
 
18
19
20
21
22
23
24
25
26
27
@@ -18,7 +18,10 @@
 from PyQt4.QtGui import *    # Technical Debt +# Add a progress/status bar, connect to thread errors  # Give simularity routines a repo.ui that catches progress reports +# Disable buttons when lists are empty +# Remember slider position    class DetectRenameDialog(QDialog):   'Detect renames after they occur'