about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-10-11 00:37:35 +0200
committerOliver Kiddle <opk@zsh.org>2023-10-11 00:38:46 +0200
commita920e368b87f24e95b015eb091e1112c378c2939 (patch)
tree7366caae8f730e2e30d689aec774196280c315b1
parent60479a7a180a837df4d973b5b9b50f4cd566bef9 (diff)
downloadzsh-a920e368b87f24e95b015eb091e1112c378c2939.tar.gz
zsh-a920e368b87f24e95b015eb091e1112c378c2939.tar.xz
zsh-a920e368b87f24e95b015eb091e1112c378c2939.zip
unposted (cf. 52166): remove obsolete helper for svk
-rw-r--r--ChangeLog3
-rw-r--r--Functions/Misc/run-help-svk1
2 files changed, 3 insertions, 1 deletions
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}