Fossil SCM
Misleading summary of merge troubles at the end of merge
Open
9bf1f9d502f6a5e…
· opened 14 years, 11 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- —
- Resolution
- Open
- Subsystem
- —
- Created
- May 2, 2011 8:34 a.m.
After doing a branch merge, I noticed the output has been:
$ fossil merge trunk
WARNING - no common ancestor: drivers/a.cpp
WARNING - no common ancestor: drivers/b.cpp
WARNING - no common ancestor: drivers/c.cpp
WARNING - no common ancestor: drivers/d.cpp
WARNING - no common ancestor: drivers/e.cpp
WARNING - no common ancestor: drivers/f.cpp
WARNING - no common ancestor: drivers/g.cpp
WARNING - no common ancestor: drivers/h.cpp
ADDED cmake/FindXXX.cmake
....
many ADDED/UPDATE
"fossil undo" is available to undo changes to the working checkout.
fos
$
I thought that on merge troubles, 'fossil merge' was giving a warning about the troubles at the end of the merge, but in this case it did not.
Shouldn't it give a warning, as when there are other conflicts?
Thank you.
viriketo added on 2011-05-02 08:38:55 UTC: And as a question apart, how could I set the common ancestor for the files? I can make the equal at some point, but I can't think of a way of making them come from a common ancestor.