소스 검색

Revert "Fix porcelain.clone() on Python3."

This reverts commit eadd3521b0ebd01a01e28e40ea6332cc1ce35bef.
Jelmer Vernooij 8 년 전
부모
커밋
85417ce83a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dulwich/porcelain.py

+ 1 - 1
dulwich/porcelain.py

@@ -266,7 +266,7 @@ def clone(source, target=None, bare=False, checkout=None,
     else:
         r = Repo.init(target)
     try:
-        remote_refs = client.fetch(encode_path(host_path), r,
+        remote_refs = client.fetch(host_path, r,
             determine_wants=r.object_store.determine_wants_all,
             progress=errstream.write)
         r.refs.import_refs(