# File lib/repo.rb, line 115
        def stableUpdate()
            log(:VERBOSE, "Fetching stable updates...")
            runGit("fetch #{@stable_repo}")
        end