From 74c87a821b8db7f0dc131e42756d58f3a7abc784 Mon Sep 17 00:00:00 2001
From: Ned Batchelder
Date: Sun, 21 Apr 2024 09:56:20 -0400
Subject: [PATCH] fix: previous page shortcut works in index page. #1765
---
CHANGES.rst | 4 ++++
CONTRIBUTORS.txt | 1 +
coverage/htmlfiles/index.html | 4 ++--
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGES.rst b/CHANGES.rst
index 97e9cefd8..2a5deea4e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -36,6 +36,9 @@ Unreleased
- The index page is always sorted by one of its columns, with clearer
indications of the sorting.
+ - The "previous file" shortcut key didn't work on the index page, but now it
+ does, fixing `issue 1765`_.
+
- The debug output showing which configuration files were tried now shows
absolute paths to help diagnose problems where settings aren't taking effect,
and is renamed from "attempted_config_files" to the more logical
@@ -44,6 +47,7 @@ Unreleased
- Python 3.13.0a5 is supported.
.. _issue 1384: https://github.com/nedbat/coveragepy/issues/1384
+.. _issue 1765: https://github.com/nedbat/coveragepy/issues/1765
.. scriv-start-here
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 9c063c20f..1a671fac6 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -102,6 +102,7 @@ J. M. F. Tsang
JT Olds
Jacqueline Lee
Jakub Wilk
+James Valleroy
Jan Rusak
Janakarajan Natarajan
Jerin Peter George
diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html
index 80b9aaf4f..a453c5a63 100644
--- a/coverage/htmlfiles/index.html
+++ b/coverage/htmlfiles/index.html
@@ -152,8 +152,8 @@