In the single-file diff view (for comparing the differences between versions of a single file), there is a "Diff full distribution" link in the left sidebar. But it leads to a reverse diff of the whole distribution, which is backwards compared to the single-file view. It should show a forward diff instead.
From the "Diff with version" dropdown in the left sidebar, select "0.03 (MAUKE on 2024-09-16)".
Observe that it shows a "forward" diff (the version number changes from 0.03 to 0.04):
-our $VERSION = '0.03';
+our $VERSION = '0.04';
Click the "Diff full distribution" link in the left sidebar.
Observe that it shows a "reverse" diff (the version number in all files changes from 0.04 to 0.03, the changelog entry is shown as removed, etc):
-our $VERSION = '0.04';
+our $VERSION = '0.03';
Interestingly, if (in the single-file diff view) you first click on "Reverse diff", then "Diff full distribution", you end up with a regular (non-reversed) full-distribution diff view.
Expected behavior
The full distribution diff should go the same way as the single-file diff we came from, or generally default to a "forward" view. (People who need the other direction can always use the "Reverse diff" link.)
In the single-file diff view (for comparing the differences between versions of a single file), there is a "Diff full distribution" link in the left sidebar. But it leads to a reverse diff of the whole distribution, which is backwards compared to the single-file view. It should show a forward diff instead.
To Reproduce
Interestingly, if (in the single-file diff view) you first click on "Reverse diff", then "Diff full distribution", you end up with a regular (non-reversed) full-distribution diff view.
Expected behavior
The full distribution diff should go the same way as the single-file diff we came from, or generally default to a "forward" view. (People who need the other direction can always use the "Reverse diff" link.)