tests/test-ancestor.py
changeset 39535 b9ee9c2e10dd
parent 39475 431068d7e9db
child 39536 bdb177923291
--- a/tests/test-ancestor.py	Mon Sep 10 21:46:19 2018 +0900
+++ b/tests/test-ancestor.py	Mon Sep 10 21:54:40 2018 +0900
@@ -178,9 +178,9 @@
 # |
 # o  0
 
-graph = {0: [-1], 1: [0], 2: [1], 3: [1], 4: [2], 5: [4], 6: [4],
-         7: [4], 8: [-1], 9: [6, 7], 10: [5], 11: [3, 7], 12: [9],
-         13: [8]}
+graph = {0: [-1, -1], 1: [0, -1], 2: [1, -1], 3: [1, -1], 4: [2, -1],
+         5: [4, -1], 6: [4, -1], 7: [4, -1], 8: [-1, -1], 9: [6, 7],
+         10: [5, -1], 11: [3, 7], 12: [9, -1], 13: [8, -1]}
 
 def genlazyancestors(revs, stoprev=0, inclusive=False):
     print(("%% lazy ancestor set for %s, stoprev = %s, inclusive = %s" %