tests/test-racy-mutations.t
branchstable
changeset 52192 54be3c9bc81f
parent 51954 b6ce567d5bea
child 52193 bda065f37f64
equal deleted inserted replaced
52191:cfc4985b2964 52192:54be3c9bc81f
   114 And no corruption in the changelog.
   114 And no corruption in the changelog.
   115   $ hg debugrevlogindex -c
   115   $ hg debugrevlogindex -c
   116      rev linkrev nodeid       p1           p2
   116      rev linkrev nodeid       p1           p2
   117        0       0 222799e2f90b 000000000000 000000000000
   117        0       0 222799e2f90b 000000000000 000000000000
   118        1       1 6f124f6007a0 222799e2f90b 000000000000 (missing-correct-output !)
   118        1       1 6f124f6007a0 222799e2f90b 000000000000 (missing-correct-output !)
       
   119 
   119 And, because of transactions, there's none in the manifestlog either.
   120 And, because of transactions, there's none in the manifestlog either.
       
   121 
       
   122 TODO: Figure out why this is different on Windows.
   120   $ hg debugrevlogindex -m
   123   $ hg debugrevlogindex -m
   121      rev linkrev nodeid       p1           p2
   124      rev linkrev nodeid       p1           p2
   122        0       0 7b7020262a56 000000000000 000000000000
   125        0       0 7b7020262a56 000000000000 000000000000
   123        1       1 ad3fe36d86d9 7b7020262a56 000000000000
   126        1       1 ad3fe36d86d9 7b7020262a56 000000000000 (no-windows !)
       
   127        1       1 ad3fe36d86d9 7b7020262a56 000000000000 (missing-correct-output windows !)
   124 #endif
   128 #endif
   125 
   129