Remove --recheck-mergeable option from reindex documentation

0916cc3605 - Replace background mergeability
checks with reindexing
Removed the --recheck-mergeable option.

Change-Id: I11787191a13615b84f0f055bf68a299267097755
This commit is contained in:
Sven Selberg
2015-09-24 10:04:32 +02:00
parent f4ceececb5
commit 0c3730b282

View File

@@ -15,15 +15,6 @@ Rebuilds the secondary index.
--threads::
Number of threads to use for indexing.
--recheck-mergeable::
Recheck the mergeable flag on all open changes. For each open change,
look up for which commit the mergeability check was last done and if
this commit is different from the HEAD commit of the change's destination
branch, recompute the mergeability flag of the change by checking if the
commit of the current patch set can be merged into the destination branch.
Because this operation is computationally expensive, it is not enabled
by default.
--schema-version::
Schema version to reindex; default is most recent version.