diff 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
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 ..