copy yet unreleased code into project #200

Merged
cmo merged 1 commit from 5.6.0-alpha1 into master 2026-03-19 12:14:18 +00:00

1 commit

Author SHA1 Message Date
Christian Monch
1e6a3ad7b1 copy yet unreleased code into project
All checks were successful
Test execution / Test-all (push) Successful in 2m12s
This patch copies the code for `apply_changeset`
from the `minilad` branch of
<https://hub.datalad.org/datalad/datalad-core.git>
because the code was not yet released and is
used for the `gitaudit`-feature. This is necessary
to release this project to pypi because pypi does
not allow directy references in uploaded releases.

Once the minilad-branch is merged and released, the
local copy should be replaced with the proper import,
i.e., with:

	from datalad_core.gitutils import apply_changeset

Until this happens, this project should be released
as alpha, i.e.: 5.6.0aX.
2026-03-19 12:55:34 +01:00