Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-02-21 18:03:11 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-02-22 21:17:45 +0300
commit27852b2451627b1711efa4d7b82d563e21f133e5 (patch)
treeb5abfb440048992999c7ad9d02a0e73846f3f93f /calm/hint.py
parent187fd2a99a5e65f2d37ab7b846263258c33a53c2 (diff)
Remove support for test: appearing in override.hint
Everyone should now be using a test: key in the pvr.hint instead. There's some internal de-crufication which can follow.
Diffstat (limited to 'calm/hint.py')
-rwxr-xr-xcalm/hint.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/calm/hint.py b/calm/hint.py
index ec9bda9..0b08aca 100755
--- a/calm/hint.py
+++ b/calm/hint.py
@@ -63,7 +63,6 @@ hintkeys[pvr] = {
hintkeys[override] = {
'curr': 'val',
'prev': 'val',
- 'test': 'val',
'keep': 'val',
'keep-count': 'val',
'keep-count-test': 'val',