comparison tests/test-namespaces-precheck.t @ 6590:81853c544896 mercurial-5.2

tests: rebase and histedit don't use rewriteutil.precheck() on hg 5.2 71fee4564410 and bde97bee321f is when these extensions started to use the shared check function, before those patches they had their own sets of checks.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 15 Oct 2023 16:12:26 -0300
parents a62308fb15c1
children
comparison
equal deleted inserted replaced
6589:6aad69544d62 6590:81853c544896
82 [255] 82 [255]
83 $ hg branch different-branch --rev . 83 $ hg branch different-branch --rev .
84 abort: refusing to change branch of changesets with these topic namespaces: foo 84 abort: refusing to change branch of changesets with these topic namespaces: foo
85 (modify experimental.tns-allow-rewrite to allow rewriting changesets from these topic namespaces) 85 (modify experimental.tns-allow-rewrite to allow rewriting changesets from these topic namespaces)
86 [255] 86 [255]
87 $ hg rebase -r . -d null
88 abort: refusing to rebase changesets with these topic namespaces: foo
89 (modify experimental.tns-allow-rewrite to allow rewriting changesets from these topic namespaces)
90 [255]
91 $ hg histedit
92 abort: refusing to edit changesets with these topic namespaces: foo
93 (modify experimental.tns-allow-rewrite to allow rewriting changesets from these topic namespaces)
94 [255]
95 87
96 $ cd .. 88 $ cd ..