Mercurial > evolve
view debian/control @ 6794:68f7ba35ea83 stable
topic: bring back oldbranchmap context manager for hg 4.9
This is only needed in Mercurial 4.9 because branchcache class there tries to
use super() in its __init__() and it results in an infinite recursion because
we also implement __init__() with super() in _topiccache and then replace the
original branchmap.branchcache class with our own.
At least there are now compatibility comments to help remove this hack ASAP.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 27 Jun 2024 16:59:29 +0400 |
parents | 4f051e30fcae |
children | 33d5071edd05 |
line wrap: on
line source
Source: mercurial-evolve Section: vcs Priority: optional Maintainer: Logilab <contact@logilab.fr> Uploaders: Julien Cristau <julien.cristau@logilab.fr>, Pierre-Yves David <pierre-yves.david@logilab.fr>, Standards-Version: 4.3.0 Build-Depends: mercurial (>= 4.9), python3, debhelper (>= 10), dh-python, python3-sphinx <!nodoc>, imagemagick <!nodoc>, librsvg2-bin <!nodoc>, graphviz <!nodoc>, X-Python3-Version: >= 3.6 Homepage: https://www.mercurial-scm.org/doc/evolution/ Vcs-Browser: https://www.mercurial-scm.org/repo/evolve/ Vcs-Hg: https://www.mercurial-scm.org/repo/evolve/ Package: mercurial-evolve Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}, mercurial (>= 4.9), Built-Using: ${sphinxdoc:Built-Using} Description: evolve extension for Mercurial This package provides the experimental "evolve" extension for the Mercurial DVCS. . This extension provides several commands to mutate history and deal with issues it may raise.