Helpful to get a sense of what the local snapshot looks like when doing
an incremental load.
Details
Details
- Reviewers
vlorentz anlambert - Group Reviewers
Reviewers - Commits
- rDLDG35ecf1843696: Dump all known and remote heads when debugging
Diff Detail
Diff Detail
- Repository
- rDLDG Git 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 D8806 (id=31736)
Rebasing onto d6d5ce2b58...
Current branch diff-target is up to date.
Changes applied before test
commit 35ecf1843696b3676275920c86bce0c88ca75427 Author: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Thu Nov 3 15:21:45 2022 +0100 Dump all known and remote heads when debugging
See https://jenkins.softwareheritage.org/job/DLDG/job/tests-on-diff/233/ for more details.
swh/loader/git/loader.py | ||
---|---|---|
81 | Is this instruction really needed ? |
swh/loader/git/loader.py | ||
---|---|---|
81 | Well, it just avoids doing a for loop of useless debugging statements when debugging is not enabled. Not super critical, but doesn't hurt. |