Mercurial > evolve
changeset 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 | 6aad69544d62 |
children | 804c55a6a423 ff935fca6cb1 |
files | tests/test-namespaces-precheck.t |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-namespaces-precheck.t Sun Oct 15 15:13:01 2023 -0300 +++ b/tests/test-namespaces-precheck.t Sun Oct 15 16:12:26 2023 -0300 @@ -84,13 +84,5 @@ abort: refusing to change branch of changesets with these topic namespaces: foo (modify experimental.tns-allow-rewrite to allow rewriting changesets from these topic namespaces) [255] - $ hg rebase -r . -d null - abort: refusing to rebase changesets with these topic namespaces: foo - (modify experimental.tns-allow-rewrite to allow rewriting changesets from these topic namespaces) - [255] - $ hg histedit - abort: refusing to edit changesets with these topic namespaces: foo - (modify experimental.tns-allow-rewrite to allow rewriting changesets from these topic namespaces) - [255] $ cd ..