Opened 18 years ago
Closed 18 years ago
#3399 closed enhancement (duplicate)
Ability to view individual file differences from changeset view
Reported by: | Dave Matthews | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/changeset view | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It would be nice to be able to easily get to a view of an individual files differences from a normal changeset view. This would make it easy to open the differences from several files in different tabs rather than having to constantly scroll up and down the view. You already get this option if you view a very large changeset, eg http://trac.edgewall.org/changeset?new=%2F%403521&old=%2F%403000. However, if you view a smaller changeset such as http://trac.edgewall.org/changeset/3520/trunk?old=3450&old_path=trunk you don't get this option. Ideally I'd suggest it is added in 2 places.
- In the list of files at the top (similar to what you already get with large changesets). You could either change the file link to take you to the individual file differences instead of the file itself or add an additional link.
- When viewing the actual differences, eg http://trac.edgewall.org/changeset/3520#file1, the file name currently takes you to the file itself. This is a bit redundant since you can do the same thing by clicking on the link just below ("r3250" in this example). I'd suggest that the file name link takes you to the individual file differences instead.
BTW: Thanks for the new changeset features in 0.10 - they're much appreciated!
Duplicate of #3398.
Sorry for the repeated entry. I got a Database is locked error first time I tried to submit this and assumed it had failed.