Steps to reproduce the problem:
-------------------------------
Considering the following rev graph:
A0
/ \
A1 B0
| |
A2 B1
then
$ mtn up -r h:B
$ mtn merge_into_dir A B .
(where you probably meant merge_into_workspace)
Expected result:
----------------
Clear error message that there is a root conflict for this merge.
Actual results:
---------------
mtn: fatal: error: merge_conflict.cc:554: I(left_root != right_root)
Output of `mtn version --full`:
-------------------------------
0.99.1
Reported by Thomas Keller, Mar 1, 2011