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