Fossil SCM
Add a new test case to the graph-test-1.wiki file that verifies that when a fork occurs, the longest chain of check-ins occurs directly above the fork. That test case is currently failing and needs to be fixed.
Commit
cfadf71f9cf2ad9f67bbb9db8369f27db328667a6e09ef94a7b85cb783f79dbb
Parent
f23d509b4866d38…
1 file changed
+3
| --- test/graph-test-1.wiki | ||
| +++ test/graph-test-1.wiki | ||
| @@ -88,10 +88,13 @@ | ||
| 88 | 88 | Single check-in takes both a full merge and a cherrypick merge</a> |
| 89 | 89 | * <a href="../../../timeline?b=dc81ac70&n=14" target="testwindow"> |
| 90 | 90 | Mixed merge arrow, partly fully and partly cherrypick</a> |
| 91 | 91 | * <a href="../../../timeline?b=dc81ac70&n=13" target="testwindow"> |
| 92 | 92 | Mixed merge arrow to bottom of screen.</a> |
| 93 | + * <a href="../../../timeline?b=4471e93c&n=12" target="testwindow"> | |
| 94 | + A fork on trunk keeps the longest chain of child nodes directly | |
| 95 | + above the fork and the shorter chain off to the side. | |
| 93 | 96 | |
| 94 | 97 | External: |
| 95 | 98 | |
| 96 | 99 | * <a href="http://www.sqlite.org/src/timeline?c=2010-09-29&nd" |
| 97 | 100 | target="testwindow">Timewarp due to a mis-configured system clock.</a> |
| 98 | 101 |
| --- test/graph-test-1.wiki | |
| +++ test/graph-test-1.wiki | |
| @@ -88,10 +88,13 @@ | |
| 88 | Single check-in takes both a full merge and a cherrypick merge</a> |
| 89 | * <a href="../../../timeline?b=dc81ac70&n=14" target="testwindow"> |
| 90 | Mixed merge arrow, partly fully and partly cherrypick</a> |
| 91 | * <a href="../../../timeline?b=dc81ac70&n=13" target="testwindow"> |
| 92 | Mixed merge arrow to bottom of screen.</a> |
| 93 | |
| 94 | External: |
| 95 | |
| 96 | * <a href="http://www.sqlite.org/src/timeline?c=2010-09-29&nd" |
| 97 | target="testwindow">Timewarp due to a mis-configured system clock.</a> |
| 98 |
| --- test/graph-test-1.wiki | |
| +++ test/graph-test-1.wiki | |
| @@ -88,10 +88,13 @@ | |
| 88 | Single check-in takes both a full merge and a cherrypick merge</a> |
| 89 | * <a href="../../../timeline?b=dc81ac70&n=14" target="testwindow"> |
| 90 | Mixed merge arrow, partly fully and partly cherrypick</a> |
| 91 | * <a href="../../../timeline?b=dc81ac70&n=13" target="testwindow"> |
| 92 | Mixed merge arrow to bottom of screen.</a> |
| 93 | * <a href="../../../timeline?b=4471e93c&n=12" target="testwindow"> |
| 94 | A fork on trunk keeps the longest chain of child nodes directly |
| 95 | above the fork and the shorter chain off to the side. |
| 96 | |
| 97 | External: |
| 98 | |
| 99 | * <a href="http://www.sqlite.org/src/timeline?c=2010-09-29&nd" |
| 100 | target="testwindow">Timewarp due to a mis-configured system clock.</a> |
| 101 |