Add the map of SVN revision numbers to changeset ids.
This is mostly to help history-digging, especially when
focussing on feature branches.
Note that not all changesets are in the main repository,
but they are all in the full history repository.
diff --git a/Misc/README b/Misc/README
index b239cee..bcd4c1b 100644
--- a/Misc/README
+++ b/Misc/README
@@ -21,6 +21,7 @@
 README                  The file you're reading now
 README.valgrind         Information for Valgrind users, see valgrind-python.supp
 RPM                     (Old) tools to build RPMs
+svnmap.txt              Map of old SVN revs and branches to hg changeset ids
 SpecialBuilds.txt       Describes extra symbols you can set for debug builds
 TextMate                A TextMate bundle for Python development
 valgrind-python.supp    Valgrind suppression file, see README.valgrind