comparison tests/test-rhg.t @ 48073:1e00834491a5

rhg-cat: fallback when detecting `.` or `..` path segments We do not normalize paths correctly yet, so exclude the shortcuts. Differential Revision: https://phab.mercurial-scm.org/D11378
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 01 Sep 2021 17:40:25 +0200
parents d919b0ca8449
children 4a6fa6b6f079
comparison
equal deleted inserted replaced
48072:d919b0ca8449 48073:1e00834491a5
197 197
198 For more information try --help 198 For more information try --help
199 199
200 [252] 200 [252]
201 201
202 Fallback with shell path segments
203 $ $NO_FALLBACK rhg cat .
204 unsupported feature: `..` or `.` path segment
205 [252]
206 $ $NO_FALLBACK rhg cat ..
207 unsupported feature: `..` or `.` path segment
208 [252]
209 $ $NO_FALLBACK rhg cat ../..
210 unsupported feature: `..` or `.` path segment
211 [252]
212
202 Requirements 213 Requirements
203 $ $NO_FALLBACK rhg debugrequirements 214 $ $NO_FALLBACK rhg debugrequirements
204 dotencode 215 dotencode
205 fncache 216 fncache
206 generaldelta 217 generaldelta