It is now just a weird wrapper for ui.makeprogress().
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG44914de4e915: progress: deprecate ui.progress()
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
The new makeprogress API is more clean but more low-level, could we extend the deprecation warning until the 5.1 release to gives more time to extension authors to update?
Comment Actions
I'm not sure I agree with the first part, but I don't mind extending the deprecation until 5.1. Done.
Comment Actions
Btw, I've sent a patch for evolve: https://bitbucket.org/octobus/evolve-devel/commits/3e07c1eea61d2fe6bc80d75d0062d34e53b40577. Other extension authors should be able to copy that.