# HG changeset patch # User Anton Shestakov # Date 1697655306 10800 # Node ID 1ecb25d771df3e3a9a8ad4708747e0ac5998b843 # Parent 054a7c342463262bfe2b918c86ceb6b1e05a408b changelog: document tns precheck limitations on hg 5.2 and older diff -r 054a7c342463 -r 1ecb25d771df CHANGELOG --- a/CHANGELOG Sat Oct 14 15:53:40 2023 -0300 +++ b/CHANGELOG Wed Oct 18 15:55:06 2023 -0300 @@ -19,7 +19,9 @@ * pick: update commit message hashes like other rewrite commands * topic namespaces: add `experimental.tns-allow-rewrite` config option to - check topic namespace before rewriting changesets + check topic namespace before rewriting changesets (known limitations: does + not prevent rebase and histedit from editing changesets outside of + configured topic namespaces on Mercurial 5.2 and older) * topic namespaces: add `experimental.tns-default-pull-namespaces` config option to pull only certain changesets by default * topic namespaces: teach `hg import` and `hg export` to handle topic