1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec
Matt Brictson d12379aeb0
Fix hg repo_tree implementation
`hg archive` does not write to standard out, so Capistrano's `git`
implementation of the `:repo_tree` option does not work for `hg`. As a
workaround, generate a temporary tar file, extract it, and then remove
it. This is not as efficient or elegant as doing it via stdout and pipes
in a single line, but it should work.
2017-03-02 09:01:04 -08:00
..
integration Default to Ruby 1.9 syntax. 2016-03-10 11:39:31 -06:00
lib Fix hg repo_tree implementation 2017-03-02 09:01:04 -08:00
support Properly shell escape git:wrapper steps 2017-02-09 21:45:06 -08:00
integration_spec_helper.rb Fix Style/TrailingBlankLines 2016-02-28 17:56:07 -06:00
spec_helper.rb Fix Style/IndentationConsistency 2016-02-28 17:56:08 -06:00