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

rejects: remove TODO about removing patchctx._repo

There's too much code that assumes contexts have repository, it is not worth
the complexity to make them optional.

Changeset 3b2bb8300a25

Parent 6fe36c88a6ba

by Steve Borho

Changes to one file · Browse files at 3b2bb8300a25 Showing diff from parent 6fe36c88a6ba Diff from another changeset...

 
22
23
24
25
26
27
28
29
30
 
22
23
24
 
 
 
25
26
27
@@ -22,9 +22,6 @@
   qsci = Qsci.QsciScintilla   -# TODO -# pass ui to patchctx.longsummary() so patchctx does not need a repository -  class RejectsDialog(QDialog):   def __init__(self, path, parent):   super(RejectsDialog, self).__init__(parent)