1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/lib
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
..
capistrano Fix hg repo_tree implementation 2017-03-02 09:01:04 -08:00
Capfile Drop dependency on `capistrano-harrow' gem (#1854) 2017-02-24 12:13:13 -08:00
capistrano.rb Move requires to capistrano/all 2013-09-13 09:34:28 +01:00