# File lib/churn/scm/hg_analyzer.rb, line 6 def self.supported? !!(`hg branch 2>&1` && $?.success?) end