infocalypse

Commit (click to see the diff): ccc06fb0f4b77f9758fcba76ec3d01e575f3cbf6

Added hg-archive command. It allows you to create, push to and pull from non-versioned (i.e non-Mercurial) incremental file archives in Freenet. See: hg help fn-archive for minimal help. BE CAREFUL when you run --pull, i.e. either of these: hg fn-archive hg fn-archive --pull It will DELETE any files/directories that are not stored in the archive in Freenet.

djk

Diffstat

Änderung:        141:ccc06fb0f4b7
Nutzer:          djk 
Datum:           Thu Dec 10 18:12:16 2009 -0500
Zusammenfassung: Added hg-archive command.

 infocalypse/__init__.py                  |  135 +++++++++++++-
 infocalypse/arccmds.py                   |  307 ++++++++++++++++++++++++++++++
 infocalypse/archive_block_redundancy.txt |   44 ++++
 infocalypse/archivesm.py                 |  958 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 infocalypse/archivetop.py                |  130 ++++++++++++
 infocalypse/arclocal.py                  |  297 +++++++++++++++++++++++++++++
 infocalypse/config.py                    |    2 -
 infocalypse/devnotes.txt                 |   17 +
 infocalypse/infcmds.py                   |   28 ++-
 infocalypse/statemachine.py              |    3 +-
 infocalypse/test_block_redundancy.py     |  448 ++++++++++++++++++++++++++++++++++++++++++++
 infocalypse/topkey.py                    |    2 +-
 infocalypse/updatesm.py                  |  104 ++++++---
 13 Dateien verändert, 2426 Zeilen hinzugefügt(+), 49 Zeilen entfernt(-)

Files in this revision