瀏覽代碼

Fix long line.

Jelmer Vernooij 6 年之前
父節點
當前提交
c27a2d21dd
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      dulwich/server.py

+ 2 - 1
dulwich/server.py

@@ -331,7 +331,8 @@ class UploadPackHandler(PackHandler):
                 # all relevant tags.
                 # TODO: fix behavior when missing
                 return {}
-        # TODO(jelmer): Integrate this with the refs logic in Repo.fetch_objects
+        # TODO(jelmer): Integrate this with the refs logic in
+        # Repo.fetch_objects
         tagged = {}
         for name, sha in refs.items():
             peeled_sha = repo.get_peeled(name)