changeset 22069 | 616a455b02ca |
parent 22057 | 445472225ccd |
child 22070 | c1ca47204590 |
--- a/hgext/mq.py Wed Aug 06 00:54:37 2014 -0700 +++ b/hgext/mq.py Wed Aug 06 01:54:19 2014 -0700 @@ -932,7 +932,7 @@ if oldqbase.phase() > tphase and oldqbase.p1().phase() <= tphase: tr = repo.transaction('qfinish') try: - phases.advanceboundary(repo, tphase, qfinished) + phases.advanceboundary(repo, tr, tphase, qfinished) tr.close() finally: tr.release()