lib/big_keeper/command/feature&hotfix/delete.rb in bigkeeper-0.9.11 vs lib/big_keeper/command/feature&hotfix/delete.rb in bigkeeper-0.9.12
- old
+ new
@@ -18,12 +18,12 @@
def self.delete(path, user, name, type)
begin
# Parse Bigkeeper file
BigkeeperParser.parse("#{path}/Bigkeeper")
branch_name = "#{GitflowType.name(type)}/#{name}"
+ version = 'all version'
modules = BigkeeperParser.module_names
-
modules.each do |module_name|
module_full_path = BigkeeperParser.module_full_path(path, user, module_name)
if FileOperator.definitely_exists?(module_full_path)
StashService.new.pop_stash(module_full_path, branch_name, module_name)