diff --git a/.hgignore b/.hgignore
index 49549a2da..4c0da0267 100644
--- a/.hgignore
+++ b/.hgignore
@@ -2,3 +2,8 @@
\.swp$
\.o$
\.obj$
+^docs/docs/web/
+^docs/docs/chm/
+^docs/docs/log.txt$
+^docs/docs/old_log.txt$
+
diff --git a/docs/.logger_revnum b/docs/.logger_revnum
index e8c78231f..d28240d94 100644
--- a/docs/.logger_revnum
+++ b/docs/.logger_revnum
@@ -1 +1 @@
-4256
+b4566fa0b468
diff --git a/docs/README.txt b/docs/README.txt
index fe43fd61b..bc7fdac42 100644
--- a/docs/README.txt
+++ b/docs/README.txt
@@ -2,8 +2,8 @@ This "package" is just a copy of the stuff I use to generate the documentation
for the dlib library. It contains a copy of the XSLT and XML I use to
generate the HTML documentation.
-The current version of these files can be obtained from the dlib subversion
-repository at: https://dclib.svn.sourceforge.net/svnroot/dclib/trunk/docs
+The current version of these files can be obtained from the dlib Mercurial
+repository at: http://dclib.hg.sourceforge.net:8000/hgroot/dclib/dclib
======================== Overview ========================
diff --git a/docs/docs/change_log.xml b/docs/docs/change_log.xml
index b9d978ae6..6088c869e 100644
--- a/docs/docs/change_log.xml
+++ b/docs/docs/change_log.xml
@@ -3,7 +3,7 @@
diff --git a/docs/docs/compile.xml b/docs/docs/compile.xml
index fbe91f593..b907d540f 100644
--- a/docs/docs/compile.xml
+++ b/docs/docs/compile.xml
@@ -44,9 +44,8 @@
- Finally, note that dlib/revision.h defines DLIB_REVISION - which is a #define you can use to see what version of dlib you have. The number in this file - is the subversion revision number associated with the particular copy of dlib you have. + Finally, note that dlib/revision.h defines DLIB_MAJOR_VERSION + and DLIB_MINOR_VERSION which are #defines you can use to see what version of dlib you have.