comparison tests/test-import.t @ 48369:35f1ecd84bd0

errors: use detailed exit code in pathauditor Differential Revision: https://phab.mercurial-scm.org/D11830
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 19 Nov 2021 16:21:00 -0800
parents 220506bb213e
children 42d2b31cee0b
comparison
equal deleted inserted replaced
48368:8c4881c07f57 48369:35f1ecd84bd0
1083 > rename from ../outside/foo 1083 > rename from ../outside/foo
1084 > rename to bar 1084 > rename to bar
1085 > EOF 1085 > EOF
1086 applying patch from stdin 1086 applying patch from stdin
1087 abort: path contains illegal component: ../outside/foo 1087 abort: path contains illegal component: ../outside/foo
1088 [255] 1088 [10]
1089 $ cd .. 1089 $ cd ..
1090 1090
1091 1091
1092 test import with similarity and git and strip (issue295 et al.) 1092 test import with similarity and git and strip (issue295 et al.)
1093 1093