Mercurial plugin for pseudonymous, decentralized hosting of hg repos in Freenet https://www.mercurial-scm.org/wiki/Infocalypse
only output repolists for WoT ID in debug
If push fails, fallback on new insert.

heads

tip
browse log
HGINF100_topkey_format
browse .tar.gz

clone

read-only
https://hg.sr.ht/~arnebab/infocalypse
read/write
ssh://hg@hg.sr.ht/~arnebab/infocalypse
Infocalypse: Anonymous DVCS over Freenet
========================================

The Infocalypse 2.0 hg extension is an extension for Mercurial that allows you to create, publish 
and maintain incrementally updateable repositories in Freenet.

Your code is then hosted decentrally and anonymously, making it just as censorship-resistant as 
all other content in Freenet.

It includes additional redundancy, fetch-optimization to reduce the number of downloads required 
for getting the code, safe reinsert to keep the repository - by any user, not just the uploader - 
and many other features.

And it works transparently: To publish, just clone to freenet:

    hg clone REPO freenet://USK@/REPO

It supports WoT too:

    hg clone REPO freenet://wot_nick@public_key_hash/repo

    - Push / pull by name
    - Pull requests

Dependencies for full WoT support:

    - PyYAML http://pyyaml.org/wiki/PyYAMLDocumentation
    - lib-pyFreenet https://github.com/freenet/lib-pyFreenet
    - DefusedXML https://pypi.python.org/pypi/defusedxml/