View Ticket
Not logged in
Ticket UUID: 93112ea7e802f65c763bb4067f7831dae4117546
Title: Timeline graph for trunk not straight
Status: Closed Type: Code_Defect
Severity: Cosmetic Priority:
Subsystem: Resolution: Works_As_Designed
Last Modified: 2010-11-16 14:35:10
Version Found In: d0753799e4
Description & Comments:
Screenshot: http://imgpaste.com/i/mqnwd.png

Normal branch, do a few check-ins, then merge branch with trunk. Would expect graph for trunk (white) to stay as a straight line on the left while the branch (pink) behaves as it does. Trunk curving around the right of the branch and then back seems a bit odd and visually confusing.


drh added on 2010-11-16 12:09:43:
The thin line represents a merge. You didn't merge your branch back into the trunk - you renamed your branch as "trunk" beginning at check-in [6523fd3854] and then merged the old trunk into your branch (now called "trunk").

That's an interesting way of doing it. But it should give the same result as if you had merge the branch into the trunk. So no harm done.

The graph correctly shows what you did. The thin merge-lines never stay on the same "rail" as the thicker ancestry lines. That is by design.