Method: MGit::Pull#remind_config_repo_fail
- Defined in:
- lib/m-git/command/pull.rb
#remind_config_repo_fail(msg) ⇒ Object
285 286 287 288 289 290 291 292 293 |
# File 'lib/m-git/command/pull.rb', line 285 def remind_config_repo_fail(msg) Output.(msg) if Workspace.filter_config.auto_exec || Output.continue_with_user_remind?("是否继续操作其余仓库?") return else Output. exit end end |