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

commit: tweak TODOs

Changeset 19f41afd2f3b

Parent e2e5de9b1b5b

by Steve Borho

Changes to one file · Browse files at 19f41afd2f3b Showing diff from parent e2e5de9b1b5b Diff from another changeset...

 
25
26
27
28
29
30
31
 
122
123
124
 
125
126
127
 
154
155
156
157
 
158
159
160
 
25
26
27
 
28
29
30
 
121
122
123
124
125
126
127
 
154
155
156
 
157
158
159
160
@@ -25,7 +25,6 @@
 # recent committers history  # pushafterci, autoincludes list  # use date option -# implement a branchop dialog (in another file)  # qnew/shelve-patch creation dialog (in another file)  # reflow / auto-wrap / message format checks / paste filenames  # spell check / tab completion @@ -122,6 +121,7 @@
  def branchOp(self):   d = branchop.BranchOpDialog(self.stwidget.repo)   ret = d.exec_() + # TODO - do something useful here, and in _commit     def canUndo(self):   'Returns undo description or None if not valid' @@ -154,7 +154,7 @@
  try:   text = hglib.fromunicode(text, 'strict')   except UnicodeEncodeError: - pass + pass # TODO   return text     def msgSelected(self, index):