Returns:
29 30 31 32 33 34
# File 'fastlane/lib/fastlane/actions/get_build_number_repository.rb', line 29 def self.is_hg? Actions.sh('hg status') return true rescue return false end