Skip to content
Commit d3d8a384 authored by Jonathan Verner's avatar Jonathan Verner Committed by Igor Kushnir
Browse files

Fix goto source for summary diffs

Previously, the goto source shortcut for summary diffs (e.g. diffs showing
all staged changes) would not work. The reason was that
the view data structure member url contained only the path to the project
root. This commit changes

  1. modifies the vcsDiff api diffLineToSource/Target
     to return relative source paths together with source lines
  2. uses the result together with the project root to compute
     the url to the path in the shortcut handler.
parent 2702258d
Pipeline #97954 passed with stage
in 34 minutes and 25 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment