Modify ↓
Opened 19 years ago
Closed 19 years ago
#2731 closed defect (fixed)
Missing arguments to method call in the abstract Repository class
Reported by: | Lele Gaifax | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | version control | Version: | 0.9.3 |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The call to get_node()
at
line 106 of api.py does not pass the needed path
and rev
arguments that the method in question, defined right below, expects.
Attachments (0)
Change History (1)
comment:1 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Resolution: | → fixed |
Severity: | normal → trivial |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r2881. Thanks!