SWHID has a specific meaning defined in https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html
(in short, the sha1_git is only part of a SWHID), but this variables store
only the hash part of the SWHIDs.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDLDHGd35b2692b5f5: HgLoaderFromDisk: Rename 'swhid' to 'sha1git' in variable names
Diff Detail
Diff Detail
- Repository
- rDLDHG Mercurial loader
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D5380 (id=19268)
Could not rebase; Attempt merge onto f5e96a7e3f...
Updating f5e96a7..d35b269 Fast-forward swh/loader/mercurial/from_disk.py | 48 ++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 26 deletions(-)
Changes applied before test
commit d35b2692b5f595b7bc545a286dea51d23b242606 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Mar 30 09:53:06 2021 +0200 HgLoaderFromDisk: Rename 'swhid' to 'sha1git' in variable names SWHID has a specific meaning defined in https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html (in short, the sha1_git is only part of a SWHID), but this variables store only the hash part of the SWHIDs. commit fd8e5fed4851140af5052ad34026891d8f9fd6c3 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Mar 30 09:48:33 2021 +0200 HgLoaderFromDisk: Fix typo in type annotation
See https://jenkins.softwareheritage.org/job/DLDHG/job/tests-on-diff/198/ for more details.