comparison tests/test-rhg.t @ 48075:f11f233546ce

rhg: fallback if the current command has any generic hook defined We do not handle hooks yet. Differential Revision: https://phab.mercurial-scm.org/D11380
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 01 Sep 2021 17:41:51 +0200
parents 4a6fa6b6f079
children b44e1184b7e1
comparison
equal deleted inserted replaced
48074:4a6fa6b6f079 48075:f11f233546ce
213 Fallback with filesets 213 Fallback with filesets
214 $ $NO_FALLBACK rhg cat "set:c or b" 214 $ $NO_FALLBACK rhg cat "set:c or b"
215 unsupported feature: fileset 215 unsupported feature: fileset
216 [252] 216 [252]
217 217
218 Fallback with generic hooks
219 $ $NO_FALLBACK rhg cat original --config hooks.pre-cat=something
220 unsupported feature: pre-cat hook defined
221 [252]
222
223 $ $NO_FALLBACK rhg cat original --config hooks.post-cat=something
224 unsupported feature: post-cat hook defined
225 [252]
226
227 $ $NO_FALLBACK rhg cat original --config hooks.fail-cat=something
228 unsupported feature: fail-cat hook defined
229 [252]
230
218 Requirements 231 Requirements
219 $ $NO_FALLBACK rhg debugrequirements 232 $ $NO_FALLBACK rhg debugrequirements
220 dotencode 233 dotencode
221 fncache 234 fncache
222 generaldelta 235 generaldelta