Module: HgPull
- Included in:
- Takeltau::Hg
- Defined in:
- lib/takeltau/hg/pull.rb
Overview
tau hg pull
Instance Method Summary collapse
-
#hg_pull ⇒ Object
Backend method for hg pull.
Instance Method Details
#hg_pull ⇒ Object
Backend method for hg pull.
6 7 8 9 10 11 12 13 14 |
# File 'lib/takeltau/hg/pull.rb', line 6 def hg_pull log.debug 'Pull hg repos' return false unless git_lib_prepare_git_workspace _hg_pull_hg_pull_repos git_lib_push_hg_dirs end |