# HG changeset patch # User Martin von Zweigbergk # Date 2018-06-18 22:17:27 # Node ID ce65c25dc1614e1d1694fbc3e327f51caab3f627 # Parent 6540333acb958d1c97d7548feb5f603534162cd5 synthrepo: close progress topics Differential Revision: https://phab.mercurial-scm.org/D3810 diff --git a/contrib/synthrepo.py b/contrib/synthrepo.py --- a/contrib/synthrepo.py +++ b/contrib/synthrepo.py @@ -219,6 +219,7 @@ def analyze(ui, repo, *revs, **opts): filesadded[fileadds] += 1 dirsadded[diradds] += 1 filesremoved[fileremoves] += 1 + progress.complete() invchildren = zerodict() @@ -483,6 +484,7 @@ def synthesize(ui, repo, descpath, **opt heads.add(repo.changelog.rev(newnode)) heads.discard(r1) heads.discard(r2) + progress.complete() lock.release() wlock.release()