<div dir="ltr">If a users enters an incorrect password when trying to push to a repository their account gets locked. It appears that hg tries the push multiple times using the incorrect password. Is there a way to prevent hg from trying multiple times?<div>


<br></div><div>







<p><span>$ hg --debug clone <a href="http://sd-ptss-dev1:8081/scm/hg/testbeds/dputb" target="_blank"><span>http://server:8081/scm/hg/testbeds/dputb</span></a> dputb2</span></p>
<p><span>using <a href="http://sd-ptss-dev1:8081/scm/hg/testbeds/dputb" target="_blank"><span>http://server:8081/scm/hg/testbeds/dputb</span></a></span></p>
<p>sending capabilities command</p>
<p>http authorization required</p>
<p>realm: SONIA :: SCM Manager</p>
<p>user: test</p>
<p>password:</p>
<p>http auth: user test, password *</p>
<p>http auth: user test, password *</p>
<p>http auth: user test, password *</p>
<p>http auth: user test, password *</p>
<p>http auth: user test, password *</p>
<p>http auth: user test, password *</p>
<p>abort: authorization failed</p>
<p>Using: Mercurial Distributed SCM (version 2.2.2) </p>







</div></div>