]> arthur.barton.de Git - bup.git/commit
git: stop using .encode('hex') in MissingObject()
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 18 Apr 2020 21:29:22 +0000 (23:29 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sun, 19 Apr 2020 20:52:23 +0000 (15:52 -0500)
commit011279773c8cf85c737b55b1314da5c7dee75970
tree2e2f41fbb845f7c3154ca61db58c0027f1534019
parent28d78a7487d860397e1f2fe579a5096af41eb58f
git: stop using .encode('hex') in MissingObject()

This needs to use hexlify() instead for python3 compatibility.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/git.py