# File lib/repo.rb, line 229
        def versionToStableBranch(version)
            return version.gsub(/^(.*)$/, @stable_branch_format)
        end