failed to import error/warning
Adrian Buehlmann
adrian at cadifra.com
Sun Sep 7 08:53:21 CDT 2008
On 07.09.2008 15:27, Patrick Waugh wrote:
> Hi guys,
>
> Finally back home, and after installing and compiling 1.0.2 on Ubuntu,
> I get this:
>
> patrick at psychotic:~$ hg debuginstall
> *** failed to import extension hgext.hbisect: No module named hbisect
> Checking encoding (UTF-8)...
> Checking extensions...
> Checking templates...
> Checking patch...
> Checking commit editor...
> Checking username...
> No username found, using 'patrick at psychotic' instead
> (specify a username in your .hgrc file)
> No problems detected
> patrick at psychotic:~$
>
> Apparently, hgext.hbisect is missing. What should I do to fix this?
Read http://www.selenic.com/mercurial/wiki/index.cgi/UpgradeNotes ?
"bisect is now a built-in command, the extension should not be used anymore"
Remove that from your extension section in hgrc [1].
bisect is now a built-in command [2].
BTW, TutorialInstall [3] explains how to set your username.
[1] http://www.selenic.com/mercurial/hgrc.5.html
[2] http://www.selenic.com/mercurial/hg.1.html#bisect
[3] http://www.selenic.com/mercurial/wiki/index.cgi/TutorialInstall
More information about the Mercurial
mailing list