Fix Commit.extra is deprecated
All threads resolved!
All threads resolved!
Compare changes
+ 2
− 2
@@ -207,8 +207,8 @@ def dulwich_commit_to_revision(obj: ShaFile) -> Revision:
Commit.extra
is deprecated in favor of Commit._extra
which is just an alias for it,
see https://github.com/jelmer/dulwich/blob/02b2eed189750eb35e07e3849c01ea213ccb2b98/dulwich/objects.py#L1600