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