Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.5, 0.6, and 0.7

overlay: Add more documentation to class IconOverlayExtension

Changeset 0badf9bfd101

Parent c73e8c0ee9e2

by Peer Sommerlund

Changes to one file · Browse files at 0badf9bfd101 Showing diff from parent c73e8c0ee9e2 Diff from another changeset...

 
52
53
54
 
55
56
57
58
59
60
 
 
61
62
63
 
52
53
54
55
56
57
58
59
60
 
61
62
63
64
65
@@ -52,12 +52,14 @@
 class IconOverlayExtension(object):   """   Class to implement icon overlays for source controlled files. + Specialized classes are created for each overlay icon.     Displays a different icon based on version control status.     NOTE: The system allocates only 15 slots in _total_ for all   icon overlays; we (will) use 6, tortoisecvs uses 7... not a good - recipe for a happy system. + recipe for a happy system. By utilizing the TortoiseOverlay.dll + we can share overlay slots with the other tortoises.   """     counter = 0