6 May
2009
6 May
'09
6:51 a.m.
"Oleksandr \"Sanja\" Byelkin" <sanja@askmonty.org> writes:
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
Yes, I see. I like this way, I think I will use it as well from now on. Thanks, - Kristian.