Submitter | phabricator |
---|---|
Date | June 19, 2018, 12:45 a.m. |
Message ID | <differential-rev-PHID-DREV-axbhtza3vjyfyzrstkfa-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/32316/ |
State | Superseded |
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()