Mercurial > hgsubversion
changeset 1546:ddfd60760fac
help: reword revmapimpl text
The old text has issues in grammar.
author | Jun Wu <quark@fb.com> |
---|---|
date | Tue, 19 Dec 2017 11:59:09 -0800 |
parents | 306187268f59 |
children | 910f56f0d09c |
files | hgsubversion/help/subversion.rst |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.