D5531: progress: deprecate ui.progress()

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Wed Jan 16 02:49:24 EST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG44914de4e915: progress: deprecate ui.progress() (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5531?vs=13095&id=13235

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

AFFECTED FILES
  mercurial/ui.py

CHANGE DETAILS

diff --git a/mercurial/ui.py b/mercurial/ui.py
--- a/mercurial/ui.py
+++ b/mercurial/ui.py
@@ -1691,6 +1691,8 @@
         All topics should be marked closed by setting pos to None at
         termination.
         '''
+        self.deprecwarn("use ui.makeprogress() instead of ui.progress()",
+                        "5.1")
         progress = self.makeprogress(topic, unit, total)
         if pos is not None:
             progress.update(pos, item=item)



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


More information about the Mercurial-devel mailing list