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

chunks: remove incorrect TODO statement

Changeset 38e9731a74d1

Parent 9188ea341423

by Steve Borho

Changes to one file · Browse files at 38e9731a74d1 Showing diff from parent 9188ea341423 Diff from another changeset...

 
144
145
146
147
148
149
150
 
144
145
146
 
147
148
149
@@ -144,7 +144,6 @@
  dchunks = [c for c in chunks[1:] if c.selected]   return self.currentFile, [chunks[0]] + dchunks   else: - # TODO: Generate git diff for A, R files   return self.currentFile, []     def deleteSelectedChunks(self):