| Ticket Hash: | 208e3fc206af9b61399ac0494ebb5fab863de260 | ||
| Title: | timeline graph enhancement | ||
| Status: | Fixed | Type: | Feature_Request |
| Severity: | Important | Priority: | Immediate |
| Subsystem: | Resolution: | Fixed | |
| Last Modified: |
2023-11-10 14:20:56 2.39 years ago |
Created: |
2023-11-10 13:31:42 2.39 years ago |
| Version Found In: | |||
| User Comments: | ||||
|
drh added on 2023-11-10 13:31:42:
Consider the following graph: https://sqlite.org/src/timeline?t=bedrock*&ms=glob&m=a163fecc The highlighted change on 2023-10-09 gets merged into the bedrock branch on 2023-10-23, but the graph does not show this. Thus, the graph does not tell the whole story. Some kind of enhancement to show that the a163fecc change did make it into the c9c9bc09 merge would be helpful. Perhaps the ability to specify multiple specific check-ins to be added to the graph would be sufficient. Then the one or two check-ins that are on the merge path into c9c9bc09 could be manually added in the URL and the merge would be shown. drh added on 2023-11-10 14:20:56: Added the x= query parameter to /timeline at check-in cad7c10b3730c1c5. The graph that shows the merge is now: https://sqlite.org/src/timeline?t=bedrock*&ms=glob&sel2=a163fecc&x=a163fecc,3a6479d3,f20b4a96. | ||||