D3809: synthrepo: use progress helper

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Tue Jun 19 07:10:32 EDT 2018


pulkit accepted this revision.
pulkit added inline comments.

INLINE COMMENTS

> synthrepo.py:178
>          for i, rev in enumerate(revs):
> -            progress(_analyzing, i, unit=_changesets, total=_total)
> +            progress.update(i)
>              ctx = repo[rev]

progress.increment()?

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list