Subject: Network graph is incorrect
Hi!
For a repository that has two or more branches that have been just rebased to master, the graph displays them on a single line, like they were rebased on each other. It's not a big deal, but one may panic until realizing that it's just the display, not the repository.
Display:
--o---o---o---o---o---o---o
| | |
master b1 b2
Correct would be:
b2
|
o---o---o
/
--o---o---o---o
| |
master b1
best regards,
Vlad
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Tekkub on 06 Nov, 2009 08:54 AM
This is a known issue, I have a ticket open to get it fixed.