Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (28m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 22:37:44 UTC Now

2023-11-13 15:01:19 UTC MAIN commitmail json YAML

py-hg-evolve: update to 11.1.0.

11.1.0 -- 2023-10-23
--------------------

  * remove deprecated evolve.serveronly extension, evolve extension is
    recommended for all users, clients and servers

  * evolve: don't warn about topics while resolving public content-divergence

  * evolve, pullbundle: drop compatibility with Mercurial 4.8

topic (1.1.0)

  * remove deprecated serverminitopic extension, topic extension is recommended
    for all users, clients and servers

  * 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 (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
    namespaces
  * topic namespaces: invalidate topic namespace cache in
    repo.invalidatecaches()

  * topic: only set topic on workingcommitctx if it doesn't already have one,
    making `hg import` always prioritize patch metadata
  * topic: properly process revbranchcache before sending it to peers
    (issue6841)

  * drop compatibility with Mercurial 4.8

(wiz)