class Capistrano::Hg

Public Instance Methods

hg(*args) click to toggle source

execute hg in context with arguments

# File lib/capistrano/hg.rb, line 7
def hg(*args)
  args.unshift(:hg)
  context.execute(*args)
end