Submitter | phabricator |
---|---|
Date | June 19, 2018, 11:18 a.m. |
Message ID | <c18c1f7e3d4461527bfb1fe9352d7658@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/32327/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/synthrepo.py b/contrib/synthrepo.py --- a/contrib/synthrepo.py +++ b/contrib/synthrepo.py @@ -219,6 +219,7 @@ filesadded[fileadds] += 1 dirsadded[diradds] += 1 filesremoved[fileremoves] += 1 + progress.complete() invchildren = zerodict() @@ -483,6 +484,7 @@ heads.add(repo.changelog.rev(newnode)) heads.discard(r1) heads.discard(r2) + progress.complete() lock.release() wlock.release()