--- a/tests/test-rhg.t Wed Sep 01 17:41:08 2021 +0200
+++ b/tests/test-rhg.t Wed Sep 01 17:41:51 2021 +0200
@@ -215,6 +215,19 @@
unsupported feature: fileset
[252]
+Fallback with generic hooks
+ $ $NO_FALLBACK rhg cat original --config hooks.pre-cat=something
+ unsupported feature: pre-cat hook defined
+ [252]
+
+ $ $NO_FALLBACK rhg cat original --config hooks.post-cat=something
+ unsupported feature: post-cat hook defined
+ [252]
+
+ $ $NO_FALLBACK rhg cat original --config hooks.fail-cat=something
+ unsupported feature: fail-cat hook defined
+ [252]
+
Requirements
$ $NO_FALLBACK rhg debugrequirements
dotencode