Page MenuHomeSoftware Heritage

D834.diff
No OneTemporary

D834.diff

diff --git a/swh/loader/git/updater.py b/swh/loader/git/updater.py
--- a/swh/loader/git/updater.py
+++ b/swh/loader/git/updater.py
@@ -21,7 +21,7 @@
from . import converters
-class SWHRepoRepresentation:
+class RepoRepresentation:
"""Repository representation for a Software Heritage origin."""
def __init__(self, storage, origin_id, base_snapshot=None,
ignore_history=False):
@@ -192,7 +192,7 @@
'pack_size_bytes': ('int', 4 * 1024 * 1024 * 1024),
}
- def __init__(self, repo_representation=SWHRepoRepresentation, config=None):
+ def __init__(self, repo_representation=RepoRepresentation, config=None):
"""Initialize the bulk updater.
Args:

File Metadata

Mime Type
text/plain
Expires
Dec 21 2024, 11:23 AM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3219535

Event Timeline