Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163518
D2006.id6743.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
515 B
Subscribers
None
D2006.id6743.diff
View Options
diff --git a/swh/journal/backfill.py b/swh/journal/backfill.py
--- a/swh/journal/backfill.py
+++ b/swh/journal/backfill.py
@@ -139,12 +139,7 @@
compatible objects.
"""
- revision = db_to_revision(revision)
- if 'author' in revision and revision['author']:
- del revision['author']['id']
- if 'committer' in revision and revision['committer']:
- del revision['committer']['id']
- return revision
+ return db_to_revision(revision)
def release_converter(db, release):
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 9:45 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3223995
Attached To
D2006: backfill: fix revision's converter
Event Timeline
Log In to Comment