Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124449
D834.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
718 B
Subscribers
None
D834.diff
View Options
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
Details
Attached
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
Attached To
D834: loader: Rename loaders to more meaningful names
Event Timeline
Log In to Comment