Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previous / Next Revision Navigation #4181

Open
harrisric opened this issue Feb 23, 2023 · 0 comments
Open

Previous / Next Revision Navigation #4181

harrisric opened this issue Feb 23, 2023 · 0 comments

Comments

@harrisric
Copy link
Contributor

When reviewing code it is useful to be able to step forwards and backwards through the history for that file. This might be either as a whole file view (potentially with the blame annotations) or as a difference to the previous version.

It would be helpful for;

  • the main code review screen to have previous/next revision buttons
  • difference view to have previous/next revision buttons. This could be limited to the case where you are comparing adjacent revisions from the history.

The main code review screen almost allows for the navigation to previous revision via use of the blame annotated view but this only really works when you are using a version control system which has sequential revisions (such as SVN) rather than one which uses non-sequential hashes or similar (such as git). In this case the user can look at the annotations and select the previous revision to step back (obviously can then reverse that by use of the browser-back).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants