From a920e368b87f24e95b015eb091e1112c378c2939 Mon Sep 17 00:00:00 2001
From: Oliver Kiddle <opk@zsh.org>
Date: Wed, 11 Oct 2023 00:37:35 +0200
Subject: [PATCH] unposted (cf. 52166): remove obsolete helper for svk

---
 ChangeLog                   | 3 +++
 Functions/Misc/run-help-svk | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)
 delete mode 100644 Functions/Misc/run-help-svk

diff --git a/ChangeLog b/ChangeLog
index a54ffdfe2..3e9b6ffa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-10-10  Oliver Kiddle  <opk@zsh.org>
 
+	* unposted (cf. 52166): Functions/Misc/run-help-svk:
+	remove obsolete helper for svk
+
 	* Jörg Sommer: 51812: Functions/Misc/run-help-docker,
 	Functions/Misc/run-help-perf, Functions/Misc/run-help-podman,
 	Functions/Misc/run-help-ssh, Functions/Misc/run-help-svnadmin:
diff --git a/Functions/Misc/run-help-svk b/Functions/Misc/run-help-svk
deleted file mode 100644
index 782538246..000000000
--- a/Functions/Misc/run-help-svk
+++ /dev/null
@@ -1 +0,0 @@
-svk help $1 | ${=PAGER:-more}