Hide Forgot
Description of problem: When issuing the hg command if some plugins are installed a warning is issued Version-Release number of selected component (if applicable): 3.8.1 How reproducible: Ever time Steps to Reproduce: 1. Install hg_prompt, say 2. Issue the hg command 3. Actual results: $ hg --version devel-warn: missing attribute 'norepo', use @command decorator to register 'prompt' (compatibility will be dropped after Mercurial-3.8, update your code.) at: /usr/lib64/python2.7/site-packages/hgext/mq.py:3570 (dotable) Mercurial Distributed SCM (version 3.8.1) (see https://mercurial-scm.org for more information) ... Expected results: hg --version Mercurial Distributed SCM (version 2.0.1) (see http://mercurial.selenic.com for more information) ... Additional info: This link: https://www.mercurial-scm.org/pipermail/mercurial/2016-May/049586.html implies the issue is resolved at mercurial version 3.8.2
closing since it is fixed upstream
(In reply to Neal Becker from comment #1) > closing since it is fixed upstream When is this fix likely to become available? It doesn't seem to be available even in testing.