Sha256: a80733e5ba7454b0df56708585dd9bd9b65b313fa91ac61f4e45000477fe8fb1

Contents?: true

Size: 199 Bytes

Versions: 6

Compression:

Stored size: 199 Bytes

Contents

module Braid
  module Commands
    class Diff < Command
      def run(mirror)
        # easiest call, liek, evar.
        system("git diff #{WORK_BRANCH} HEAD #{mirror}")
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
evilchelu-braid-0.3.5 lib/braid/commands/diff.rb
evilchelu-braid-0.3.6 lib/braid/commands/diff.rb
evilchelu-braid-0.3.7 lib/braid/commands/diff.rb
evilchelu-braid-0.3.8 lib/braid/commands/diff.rb
evilchelu-braid-0.4.0 lib/braid/commands/diff.rb
misaka-braid-0.4.0.1 lib/braid/commands/diff.rb