Skip to content

Commit c824bcd

Browse files
committed
Fixed log implementation for py3
When merging, I accidentally removed the py3 adjustments
1 parent 5c12ff4 commit c824bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git/refs/log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def from_line(cls, line):
8484
""":return: New RefLogEntry instance from the given revlog line.
8585
:param line: line bytes without trailing newline
8686
:raise ValueError: If line could not be parsed"""
87+
line = line.decode(defenc)
8788
fields = line.split('\t', 1)
8889
if len(fields) == 1:
8990
info, msg = fields[0], None

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy