소스 검색

Better solution to previous commit.

tags/v0.3
Ben Kurtovic 9 년 전
부모
커밋
2791418b9f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      gitup/update.py

+ 1
- 2
gitup/update.py 파일 보기

@@ -95,8 +95,7 @@ def _fetch_remotes(remotes):
for remote in remotes:
print(INDENT2, "Fetching", BOLD + remote.name, end="")

config_attr = "remote.{0}.fetch".format(remote.name)
if not _read_config(remote.repo, config_attr):
if not remote.config_reader.has_option("fetch"):
print(":", YELLOW + "skipped:", "no configured refspec.")
continue



불러오는 중...
취소
저장