Show More
@@ -372,10 +372,7 b' class cg1unpacker(object):' | |||||
372 | # ignored. |
|
372 | # ignored. | |
373 | phases.advanceboundary(repo, tr, phases.draft, cgnodes) |
|
373 | phases.advanceboundary(repo, tr, phases.draft, cgnodes) | |
374 | phases.retractboundary(repo, tr, phases.draft, added) |
|
374 | phases.retractboundary(repo, tr, phases.draft, added) | |
375 |
el |
|
375 | else: | |
376 | # publishing only alter behavior during push |
|
|||
377 | # |
|
|||
378 | # strip should not touch boundary at all |
|
|||
379 | phases.retractboundary(repo, tr, targetphase, added) |
|
376 | phases.retractboundary(repo, tr, targetphase, added) | |
380 |
|
377 | |||
381 | if changesets > 0: |
|
378 | if changesets > 0: |
General Comments 0
You need to be logged in to leave comments.
Login now