infocalypse
 
(djk)
2009-07-09: Fix bug for Python 2.6.2: '[default]' -> '[primary]' in the config.

Fix bug for Python 2.6.2: '[default]' -> '[primary]' in the config. I shouldn't have been using 'default' in the first place. ConfigParser throws a ValueError for it under 2.6.2.

(djk)
2009-07-09: Typos.

Typos.

(djk)
2009-07-08: Use USK of HOWTO.

Use USK of HOWTO.

(djk)
2009-07-08: Missing eol.

Missing eol.

(djk)
2009-07-07: Spelling error.

Spelling error.

(djk)
2009-07-06: Typo.

Typo.

(djk)
2009-07-06: Added html howto. Small doc fixes.

Added html howto. Small doc fixes.

(djk)
2009-07-03: Updated notes.

Updated notes.

(djk)
2009-07-03: Fixed get_file_infos() to use / in inserted file names on Windows.

Fixed get_file_infos() to use / in inserted file names on Windows.

(djk)
2009-07-02: Deleted some comments.

Deleted some comments.

(djk)
2009-07-02: Added fn-putsite command to insert freesites.

Added fn-putsite command to insert freesites.

(djk)
2009-06-28: Fix bug that was causing top key rev pruning to fail.

Fix bug that was causing top key rev pruning to fail.

(djk)
2009-06-28: Fix doc typo.

Fix doc typo.

(djk)
2009-05-18: Pylint fixes.

Pylint fixes.

(djk)
2009-05-18: Fixed bug that was slowing down bootstrapping (bad edge selection in

Fixed bug that was slowing down bootstrapping (bad edge selection in _reevaluate()).

(djk)
2009-05-16: Updated site index.

Updated site index.

(djk)
2009-05-16: Doc updates.

Doc updates.

(djk)
2009-05-16: Bump indices.

Bump indices.

(djk)
2009-05-14: Fixed bug that kept configuration storing fom working from mixed

Fixed bug that kept configuration storing fom working from mixed case directories.

(djk)
2009-05-13: More fixes to make config file upgrading work.

More fixes to make config file upgrading work.

(djk)
2009-05-11: Bumped index for fred_staging.

Bumped index for fred_staging.

(djk)
2009-05-11: Doc updates.

Doc updates.

(djk)
2009-05-11: Added the fred_staging mirror to the known repo list.

Added the fred_staging mirror to the known repo list.

(djk)
2009-05-11: Fix bug that was causing fms defaults not to be set correctly on

Fix bug that was causing fms defaults not to be set correctly on config file creation.

(djk)
2009-05-06: Pylint fixes.

Pylint fixes.

(djk)
2009-05-06: Fixed fn-reinsert --level 3 so that every update appears in at least

Fixed fn-reinsert --level 3 so that every update appears in at least two re-inserted CHKs if possible.

(djk)
2009-05-04: Updated the index of my freesite in the default static text.

Updated the index of my freesite in the default static text.

(djk)
2009-05-03: Added hack to load local copy of nntplib to make windows binary hg

Added hack to load local copy of nntplib to make windows binary hg 1.2.1 work.

(djk)
2009-05-02: Doc formatting.

Doc formatting.

(djk)
2009-05-02: Fix typo.

Fix typo.

(djk)
2009-05-02: Updated config file format version to: c5a3f86418b5.

Updated config file format version to: c5a3f86418b5.

(djk)
2009-05-02: Force re-write of config file when format changes.

Force re-write of config file when format changes.

(djk)
2009-05-01: See devnotes.txt if you don't see fms config variables in your

See devnotes.txt if you don't see fms config variables in your config file.

(djk)
2009-05-01: Modified parse() to handle multiple updates on same line. Added

Modified parse() to handle multiple updates on same line. Added gensig.py script.

(djk)
2009-05-01: Pylint cleanups.

Pylint cleanups.

(djk)
2009-05-01: Better -v messages for fn-fmsread.

Better -v messages for fn-fmsread.

(djk)
2009-05-01: Small cleanup.

Small cleanup.

(djk)
2009-05-01: Bugfix: Make fn-pull update the USK index from the cache for the

Bugfix: Make fn-pull update the USK index from the cache for the --uri case.

(djk)
2009-04-30: Doc updates.

Doc updates.

(djk)
2009-04-30: Enabled fmsnotify sending. Set the default group for fmsread and

Enabled fmsnotify sending. Set the default group for fmsread and fmsnotify to infocalypse.notify.

(djk)
2009-04-30: Fixed braino in level == 4 re-insert code.

Fixed braino in level == 4 re-insert code.

(djk)
2009-04-30: Removed unneeded code.

Removed unneeded code.

(djk)
2009-04-30: Changed fn-fmsread --list[all] to include a hard coded list of known

Changed fn-fmsread --list[all] to include a hard coded list of known repository USKs.

(djk)
2009-04-30: Indentation fix.

Indentation fix.

(djk)
2009-04-30: Pylint fix.

Pylint fix.

(djk)
2009-04-30: Pylint fix.

Pylint fix.

(djk)
2009-04-30: Easy pylint fixes.

Easy pylint fixes.

(djk)
2009-04-30: As is checkin of fn-fmsread, fn-fmsnotify. Needs cleanup.

As is checkin of fn-fmsread, fn-fmsnotify. Needs cleanup.

(djk)
2009-04-30: Fixed a message.

Fixed a message.

(djk)
2009-04-28: Fix braino that was causing re-insert to fail for graphs with big

Fix braino that was causing re-insert to fail for graphs with big redundant edges.

(djk)
2009-04-28: Added fn-info command to dump repository information.

Added fn-info command to dump repository information.

(djk)
2009-04-28: Added --level for fine grain control over what fn-reinsert inserts.

Added --level for fine grain control over what fn-reinsert inserts. --level 1 - re-inserts the top key(s) 2 - re-inserts the top keys(s), graphs(s) and the most recent update. 3 - re-inserts the top keys(3), graphs(s) and all keys required to bootstrap the repo. This is the default level. 4 - adds redundancy for big (>7Mb) updates. 5 - re-inserts existing redundant big updates.

(djk)
2009-04-26: Better message for obsolete repos.

Better message for obsolete repos.

(djk)
2009-04-26: Added tag HGINF100_topkey_format for changeset f67283c92051

Added tag HGINF100_topkey_format for changeset f67283c92051

(djk)
2009-04-26: Added .hgignore.

Added .hgignore.

(djk)
2009-04-26: Fixed graph rep to handle multiple heads correctly.

Fixed graph rep to handle multiple heads correctly. I had to change the topkey format so repositories inserted with earlier versions won't work with the new code.

(djk)
2009-04-14: More graceful handling of socket drops. Debugging code for SSK HGINF100_topkey_format

More graceful handling of socket drops. Debugging code for SSK reinsert failure.

(djk)
2009-04-12: Quick fix for 1.2. Revisit.

Quick fix for 1.2. Revisit.

(djk)
2009-04-10: Added support for --nosearch to fn-copy.

Added support for --nosearch to fn-copy.

(djk)
2009-04-08: Pylint fixes.

Pylint fixes.

(djk)
2009-04-08: Added/fixed debug dumping of top key tuple.

Added/fixed debug dumping of top key tuple.

(djk)
2009-04-08: Comment with possible bug.

Comment with possible bug.

(djk)
2009-04-08: Added --nosearch argument for fn-pull and fn-reinsert.

Added --nosearch argument for fn-pull and fn-reinsert.

(djk)
2009-04-06: Cut request timeout to 5 minutes.

Cut request timeout to 5 minutes.

(djk)
2009-04-06: Got rid of command line uri options for fn-reinsert.

Got rid of command line uri options for fn-reinsert.

(djk)
2009-04-06: Pylint fixes.

Pylint fixes.

(djk)
2009-04-06: Fixed braino that was keeping shuffling of graph CHKs from working.

Fixed braino that was keeping shuffling of graph CHKs from working.

(djk)
2009-04-06: Multiple fixes for bugs that kept updating without the graph from

Multiple fixes for bugs that kept updating without the graph from working.

(djk)
2009-04-06: Easy pylint fixes.

Easy pylint fixes.

(djk)
2009-04-06: Comment.

Comment.

(djk)
2009-04-06: Fixed places where candidates where being put on the wrong end of

Fixed places where candidates where being put on the wrong end of candidate FIFOs.

(djk)
2009-04-05: More re-insert fixes.

More re-insert fixes.

(djk)
2009-04-05: re-insert fixes.

re-insert fixes.

(djk)
2009-04-05: As is checkin of reinserting. CLEANUP.

As is checkin of reinserting. CLEANUP.

(djk)
2009-04-05: Pylint fix.

Pylint fix.

(djk)
2009-04-05: Output formatting.

Output formatting.

(djk)
2009-04-05: Added arg to path_cost to return blocks instead of bytes.

Added arg to path_cost to return blocks instead of bytes.

(djk)
2009-04-05: Bumped FCP MaxRetries up to 3.

Bumped FCP MaxRetries up to 3.

(djk)
2009-04-05: Output cleanups.

Output cleanups.

(djk)
2009-04-05: Fixed braino.

Fixed braino.

(djk)
2009-04-03: Commented out print.

Commented out print.

(djk)
2009-04-03: Fix braino.

Fix braino.

(djk)
2009-04-03: Cleaned up update-index-from-config code. UNTESTED.

Cleaned up update-index-from-config code. UNTESTED.

(djk)
2009-04-03: Added fn-copy command to copy from one repo URI to another.

Added fn-copy command to copy from one repo URI to another.

(djk)
2009-04-03: Fix to catch state machine stalls.

Fix to catch state machine stalls.

(djk)
2009-04-03: Delete file which shouldn't have been copied from old repo.

Delete file which shouldn't have been copied from old repo.

(djk)
2009-04-03: Added debug level dumping of top key tuple.

Added debug level dumping of top key tuple.

(djk)
2009-04-03: Fixed bug in top key update parent rev. ALL PREVIOUSLY INSERTED KEYS

Fixed bug in top key update parent rev. ALL PREVIOUSLY INSERTED KEYS BROKEN.

(djk)
2009-04-02: Comment.

Comment.

(djk)
2009-04-02: Add hack to work around option parser bug for option names with

Add hack to work around option parser bug for option names with embedded colons.

(djk)
2009-04-02: Bug fix.

Bug fix.

(djk)
2009-04-02: Fix for mercurial 1.0.2.

Fix for mercurial 1.0.2.

(djk)
2009-04-02: Exported from old hg_infocalypse repo at ad77115c2149.

Exported from old hg_infocalypse repo at ad77115c2149.