unable to generate a link showing a file changes based on its path
Bug #260363 reported by
Nicolas Savoire
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Hello,
loggerhead accepts file_ids or paths in most places except for changes page where filter_file_id must provided as a file_id.
Could it be possible to change loggerhead to be able to view changes to a file through an url such as:
http://
Attached is a patch that seems to achieve such a behaviour.
Thanks for loggerhead, it's a real nice web interface for bzr.
Related branches
lp://staging/~beuno/loggerhead/abstract_paths
- Paul Hummer (community): Needs Fixing
- Loggerhead Team: Pending requested
Changed in loggerhead: | |
status: | Confirmed → Fix Committed |
Changed in loggerhead: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Sorry for the double bug submission, I mistakenly clicked twice on the button.
The patch I submitted fails when no argument is given (no path and no filter_file_id), here is a corrected patch.