D3810: synthrepo: close progress topics

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Jun 19 07:18:20 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGce65c25dc161: synthrepo: close progress topics (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3810?vs=9212&id=9226

REVISION DETAIL
  https://phab.mercurial-scm.org/D3810

AFFECTED FILES
  contrib/synthrepo.py

CHANGE DETAILS

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()



To: martinvonz, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list