doc updates
diff --git a/infocalypse/devnotes.txt b/infocalypse/devnotes.txt --- a/infocalypse/devnotes.txt +++ b/infocalypse/devnotes.txt @@ -1,3 +1,11 @@ +djk20091003 +Added work around for hg-git bug: +http://github.com/schacon/hg-git/issues#issue/51 + +Tested hg-git fix on Windows XP w/ 1.3.1 binary mercurial +(also tested fn-fmsread), Ubuntu Jaunty Jackalope with mercurial 1.1.2, +gentoo Python 2.6.2 and mercurial 1.3.1. + djk20090714 Added Python 2.5.4 version of ConfigParser.py to the python2_5_file directory. This was required to make the berkwood 1.3 Windows @@ -98,6 +106,7 @@ o reinsert sometimes fails because it ca ! Bugs where I treat graph requests as edge requests, AUDIT FOR BUGS ANALOGOUS: adebd3c115a6 + Saw an assertion trip. x Won't handle repositories with multiple heads correctly. I am reworking the graph rep to fix this. diff --git a/infocalypse/doc/infocalypse_howto.html b/infocalypse/doc/infocalypse_howto.html --- a/infocalypse/doc/infocalypse_howto.html +++ b/infocalypse/doc/infocalypse_howto.html @@ -181,7 +181,7 @@ Here are step-by-step instructions on ho <p> You can <em>skip</em> this step if you're not running fms. <p> -<li>Read the latest know version of the extension's repository USK index from Freenet. +<li>Read the latest know version of the extension's repository USK index from FMS. <pre> hg fn-fmsread -v </pre> @@ -683,6 +683,8 @@ It is also mirrored on <code>bitbucket.o <hr> <h2><a name="version_info">Fixes and version information</a></h2> <ul> + <li>hg version: c51dc4b0d282<br> + Fixed abort: <bundle_file> not found! problem on fn-pull when hg-git plugin was loaded. <li>hg version: 0c5ce9e6b3b4<br> Fixed intermittent stall when bootstrapping from an empty repo. <li>hg version: 7f39b20500f0<br>