To merge a branch or commit into the current checkout branch, you use the merge command:

dv merge <other_id>

<other_id> is id of the branch or the commit you want to merge.