Show More
@@ -239,6 +239,9 b' def pushphase(repo, nhex, oldphasestr, n' | |||
|
239 | 239 | if currentphase == oldphase and newphase < oldphase: |
|
240 | 240 | advanceboundary(repo, newphase, [bin(nhex)]) |
|
241 | 241 | return 1 |
|
242 | elif currentphase == newphase: | |
|
243 | # raced, but got correct result | |
|
244 | return 1 | |
|
242 | 245 | else: |
|
243 | 246 | return 0 |
|
244 | 247 | finally: |
General Comments 0
You need to be logged in to leave comments.
Login now