Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc824bcd

Browse files
committed
Fixed log implementation for py3
When merging, I accidentally removed the py3 adjustments
1 parent5c12ff4 commitc824bcd

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
iflen(fields)==1:
8990
info,msg=fields[0],None

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp