5 May
2009
5 May
'09
10:27 p.m.
Hi! Kristian Nielsen пишет: [skip]
Just wanted to hear if there are any other opinions on this?
Since we switched to bazaar I do it in such way (to reduce merge commit size): 1) bzr branch <current-main-tree> <merge-tree> 2) cd <merge-tree> 3) bzr meerge ../<tree-with-patch> 4) build/test 5) bzr gcommit 6) bzr push (or merge) to (or with) <current-main-tree> and so on