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

hgignore: add TODOs

Changeset 9b51dab4141a

Parent c6531795e981

by Steve Borho

Changes to one file · Browse files at 9b51dab4141a Showing diff from parent c6531795e981 Diff from another changeset...

 
18
19
20
 
 
 
 
 
 
21
22
23
 
18
19
20
21
22
23
24
25
26
27
28
29
@@ -18,6 +18,12 @@
   from tortoisehg.hgqt import qtlib   +# Technical Debt: +# Labels for list widgets +# 'del' and 'backspace' to delete lines of hgignore file +# clicking on an unknown should setup a glob for it +# right click on an unknown should offer extension & dir globs +  class HgignoreDialog(QDialog):   'Edit a reposiory .hgignore file'