bin/git-pick in git-pivotal-0.2.3 vs bin/git-pick in git-pivotal-0.8.0
- old
+ new
@@ -1,9 +1,8 @@
#!/usr/bin/env ruby
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')
-require 'pivotal'
require 'commands/feature'
STDOUT.puts "DEPRECATION WARNING: git pick has been deprecated. Please use git feature instead."
exit Commands::Feature.new(STDIN, STDOUT, *ARGV).run!
\ No newline at end of file