# HG changeset patch # User Jun Wu # Date 1513713549 28800 # Node ID ddfd60760fac565bc3ca6b8beedcf9ea90d8d142 # Parent 306187268f596e3caf37f09cdd536b505e6e9f26 help: reword revmapimpl text The old text has issues in grammar. diff --git a/hgsubversion/help/subversion.rst b/hgsubversion/help/subversion.rst --- a/hgsubversion/help/subversion.rst +++ b/hgsubversion/help/subversion.rst @@ -354,10 +354,9 @@ settings: ``hgsubversion.revmapimpl`` - Set the revision map implementation. ``plain`` which is simple and works + Set the revision map implementation. Default is ``plain``, which works well for small repos. ``sqlite`` is a sqlite based implementation that - works better for large repos with a lot of revisions. The default is - ``plain``. + works better for large repos with a lot of revisions. If it is set to an implementation different from what the repo is using, a migration will run automatically when the revision map is accessed.