Vote #77741
未完了Mercurial: Impossible to work with repositories, which contain hidden revisions (Evolve extension enabled)
0%
説明
Repository page shows this error:
Error accessing the repository: hg exited with non-zero status: 255
scm log contains:
abort: hidden revision '7386'! (use --hidden to access hidden revisions)
journals
Evolve docs: https://www.mercurial-scm.org/doc/evolution/
--------------------------------------------------------------------------------
Issue happens because of fetching changesets in batches - it takes last known revision from the DB and starts to retrieve logs in batches by 100 revisions.
Accidentally right end of the interval hits hidden revision (since it is just start number + 100) and makes hg to raise an exception.
--------------------------------------------------------------------------------