Skip to content
Snippets Groups Projects
Commit 25f6bdb1 authored by Georges Racinet's avatar Georges Racinet
Browse files

Heptapod 0.21 is the new oldstable

Part of heptapod#496
parents 47e223b2 b18112ee
Branches
Tags
No related merge requests found
Pipeline #22989 passed
Pipeline: hgitaly

#22990

    ......@@ -59,3 +59,8 @@
    d53042573b8219e896ea30a9e1e8d606f82077cc 2.5.1
    65c0b4d40573765b04d0d0fc28d79d8fb81e46eb 2.5.2
    5a81cac7f3f99219c578ee3e51c562fdeb15434b 2.5.3
    3bda576daff1afc39c0faab2f6d1b7786a3bc372 2.6.0
    f6111a8c645866d6871b776d7cb631e5c29706dc 2.6.1
    131edf9f32d7777b0403ecf935eb4ee5ec8f4b3e 2.6.2
    d565573e5f5225f54af5940af2dd49f104e433a9 2.6.3
    246d8e94f9d836a74138bd9c98b2146f6b44995e 2.6.4
    ......@@ -56,3 +56,15 @@
    # Without the configexpress:server2client, clients with
    # the extension won't see a difference either.
    enforce=ignore
    [format]
    use-share-safe = yes
    [share]
    # Heptapod uses `hg share` internally for writing operations
    # that involve a working directory (merge, direct commit creation)
    # useful upon introduction of `use-share-safe` (upgrade of this hgrc file)
    # if there was an ongoing operation. Not very likely to happen, due to
    # Heptapod upgrades typically involving a stop of the Rails app.
    safe-mismatch.source-safe = upgrade-allow
    \ No newline at end of file
    Mercurial~=5.6.0
    hg-evolve~=10.2.0
    Mercurial>=5.7.0
    hg-evolve>=10.2.0
    hg-git>=0.9.0
    hg-loggingmod
    hg-configexpress~=0.4.0
    ......
    ......@@ -5,7 +5,7 @@
    setup(
    name='heptapod',
    version='2.5.4.dev0',
    version='2.6.5.dev0',
    author='Georges Racinet',
    author_email='georges.racinet@octobus.net',
    url='https://foss.heptapod.net/heptapod/py-heptapod',
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment