Method: MGit::Pull#show_progress_error

Defined in:
lib/m-git/command/pull.rb

#show_progress_error(summary, detail) ⇒ Object



322
323
324
325
326
327
328
329
330
331
332
# File 'lib/m-git/command/pull.rb', line 322

def show_progress_error(summary, detail)
  error = "#{summary} 已进入操作中间态。

原因:
  #{detail}

可选:
  - 使用\"mgit pull --continue\"继续拉取。
  - 使用\"mgit pull --abort\"取消拉取。"
  Foundation.help!(error, title:'暂停')
end