Skip to content

vcs-versioning v2.2.4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 20:11
Immutable release. Only release title and notes can be modified.
100aa30

Fixed

  • Speed up jujutsu version inference in large repositories.

    The jj backend filtered whole-ancestry revsets with empty(), which makes
    jj diff every commit in the history and took minutes on large repos. The
    scan for the newest real commit is now bounded to the most recent
    generations, distances are counted without the filter, and the working copy
    is snapshotted only once per run (later queries pass
    --ignore-working-copy).

    As a side effect distances now match git describe --long: merge commits
    count even though jj considers them empty. (#1477)

  • Improve reproducibility of scm_file_list.json (#1488)

  • Route the hg-git tag mismatch warning through the module logger instead of the root logger. (#1489)