Modify ↓
Opened 21 years ago
Closed 21 years ago
#997 closed defect (fixed)
Posible leftover code in Changeset.py after [1103]
| Reported by: | Juanma Barranquero | Owned by: | Christopher Lenz |
|---|---|---|---|
| Priority: | lowest | Milestone: | 0.9 |
| Component: | version control/changeset view | Version: | devel |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Is this fragment of Changeset.py after [1103] right? The last two lines seem a leftover of implementing apply_textdelta for classes HtmlDiffEditor and UnifiedDiffEditor.
def open_file(self, path, parent_baton, base_revision, file_pool): return [path, path, file_pool] if file_baton: self.print_diff(*file_baton)
Attachments (0)
Change History (2)
comment:1 by , 21 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | → 0.9 |
| Owner: | changed from to |
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.



Good catch. That code shouldn't be there anymore.