You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
329 B
27 lines
329 B
# Commits which cross over still get resolved.
|
|
A:offer 1
|
|
B:offer 2
|
|
A:commit
|
|
B:commit
|
|
|
|
A:recvoffer
|
|
B:recvoffer
|
|
A:recvcommit
|
|
B:recvcommit
|
|
|
|
A:recvrevoke
|
|
B:recvrevoke
|
|
|
|
# They've got to come into sync eventually!
|
|
A:commit
|
|
B:commit
|
|
A:recvcommit
|
|
B:recvcommit
|
|
A:recvrevoke
|
|
B:recvrevoke
|
|
|
|
checksync
|
|
echo ***A***
|
|
A:dump
|
|
echo ***B***
|
|
B:dump
|
|
|