Method: P4Tools::Move#shelve

Defined in:
lib/commands/move.rb

#shelveObject



61
62
63
64
65
# File 'lib/commands/move.rb', line 61

def shelve
  if @shelve && @is_not_empty
    @p4.run_shelve('-f', '-c', @changelist)
  end
end