Sha256: d643feb50e66c4c9fb0e1f4f34f71e354e365f83f7dd2a2737072ea33723cde0

Contents?: true

Size: 329 Bytes

Versions: 29

Compression:

Stored size: 329 Bytes

Contents

require_relative "../scripts"
require_relative "../dated_branch_creator"

module Octopolo
  module Scripts
    class NewStaging
      include CLIWrapper

      def execute(options={:delete_old_branches => false})
        DatedBranchCreator.perform(Git::STAGING_PREFIX, options[:delete_old_branches])
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
octopolo-1.12.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.11.4 lib/octopolo/scripts/new_staging.rb
octopolo-1.11.3 lib/octopolo/scripts/new_staging.rb
octopolo-1.11.1 lib/octopolo/scripts/new_staging.rb
octopolo-1.11.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.9.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.8.1 lib/octopolo/scripts/new_staging.rb
octopolo-1.8.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.7.1 lib/octopolo/scripts/new_staging.rb
octopolo-1.7.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.6.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.5.3 lib/octopolo/scripts/new_staging.rb
octopolo-1.5.2 lib/octopolo/scripts/new_staging.rb
octopolo-1.5.1 lib/octopolo/scripts/new_staging.rb
octopolo-1.5.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.4.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.3.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.2.1 lib/octopolo/scripts/new_staging.rb
octopolo-1.2.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.1.1 lib/octopolo/scripts/new_staging.rb