瀏覽代碼

whitespace paranoia

tags/v0.2
Ben Kurtovic 13 年之前
父節點
當前提交
96078165a1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      gitup.py

+ 0
- 1
gitup.py 查看文件

@@ -94,7 +94,6 @@ def update_repository(repo_path, repo_name):
status = exec_shell("git status")
if status.endswith("nothing to commit (working directory clean)"):
out(2, style("Pulling new changes...", "green"))
result = exec_shell("git pull")
out(2, "The following changes have been made since {}:".format(


Loading…
取消
儲存