You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a revision diff page, with a customised 'from' and 'to' revisions (as we normally batch review a range of changesets), I could still make comments there. However, there are two problems:
the link in the comments page does not get me back to the diff page, instead, it bring me to the latest changeset regarding to the 'to' revision.
the comments in the page have wrong positions.
It seems to be related with the following code in web.py
Apparently, only the reponame, and last revision is stored, instead of the actual diff. I wonder if it would be possible if the full browser URL is stored inside the 'path' column instead?
The text was updated successfully, but these errors were encountered:
In a revision diff page, with a customised 'from' and 'to' revisions (as we normally batch review a range of changesets), I could still make comments there. However, there are two problems:
the link in the comments page does not get me back to the diff page, instead, it bring me to the latest changeset regarding to the 'to' revision.
the comments in the page have wrong positions.
It seems to be related with the following code in
web.py
Apparently, only the reponame, and last revision is stored, instead of the actual diff. I wonder if it would be possible if the full browser URL is stored inside the 'path' column instead?
The text was updated successfully, but these errors were encountered: