소스 검색

notify user when we're checking remote for updates, because it might take some time to do

tags/v0.1
Ben Kurtovic 13 년 전
부모
커밋
47b80b3796
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      irc/commands/git.py

+ 1
- 0
irc/commands/git.py 파일 보기

@@ -144,6 +144,7 @@ def do_pull():

def do_status():
"""check whether we have anything to pull"""
actions.reply(data.chan, data.nick, "checking remote for updates...")
result = exec_shell("git fetch --dry-run")
if not result:
actions.reply(data.chan, data.nick, "local copy is up-to-date with remote.")


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