浏览代码

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.")


正在加载...
取消
保存