# File lib/branch.rb, line 273
        def list_stable(opts)
            GitMaintain::log(:INFO, "Working on #{@verbose_name}")
            GitMaintain::showLog(opts, @remote_ref, @repo.runGit("describe --abbrev=0 #{@local_branch}"))
        end