Sha256: 6eea85f256b9f5b892794e180aaf9ecc03739113b2f4cc17553c090ed9c2ef04
Contents?: true
Size: 243 Bytes
Versions: 37
Compression:
Stored size: 243 Bytes
Contents
module OhlohScm::Adapters class HgAdapter < AbstractAdapter def patch_for_commit(commit) parent_tokens(commit).map {|token| run("hg -R '#{url}' diff --git -r#{token} -r#{commit.token}") }.join("\n") end end end
Version data entries
37 entries across 37 versions & 1 rubygems