All merge merge up->down only

This commit is contained in:
Yann Esposito (Yogsototh) 2010-03-23 21:14:53 +01:00
parent 871fe205e1
commit f7223bf5d9

View file

@ -47,6 +47,7 @@ def rec_merge(branch)
$architecture[branch].each do |b|
flagname=branch.to_s + b.to_s
if not $flag.has_key?(flagname)
and not $flag.has_key?(b.to_s + branch.to_s)
if system %{git checkout #{b} && git merge #{branch}}
$flag[flagname]=true
rec_merge(b)