Skip to content

Commit 813520c

Browse files
authored
Apply suggestions from code review
1 parent 93993b2 commit 813520c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/remote.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _from_line(cls, remote: "Remote", line: str) -> "PushInfo":
250250
flags |= cls.NEW_TAG
251251
elif "[new branch]" in summary:
252252
flags |= cls.NEW_HEAD
253-
# up-to-date encoded in control character
253+
# `uptodate` encoded in control character
254254
else:
255255
# Fast-forward or forced update - was encoded in control character,
256256
# but we parse the old and new commit.

0 commit comments

Comments
 (0)