!!! Possible Errors

!! Qct

{{{
*** failed to import extension hgext.qct: No module named qct
}}}

To remove this error, edit 

{{{
/etc/mercurial/hgrc.d/qct.rc
}}}

and comment out the line that begins with 

{{{
hgext.qct =
}}}

!! Hct

{{{
*** failed to import extension hgext/hct: No module named hgext/hct
}}}

To remove this error, edit 

{{{
/etc/mercurial/hgrc.d/commit-tool.rc
}}} 

and comment out the line that begins with 

{{{
hgext/hct=
}}}

----
[Mercurial | CategoryComputing.SCM.Hg]