1st try - no repos found

Thomas De Schampheleire patrickdepinguin at gmail.com
Wed Mar 25 12:15:28 EDT 2015


Hi Neal,

On Wed, Mar 25, 2015 at 4:53 PM, Neal Becker <ndbecker2 at gmail.com> wrote:
> Thomas De Schampheleire wrote:
[..]
>
> I'm running into a problem.  I'm using hg-3.3.2, and I have a repo using
> obsolete markers.  When I start kallithea, go to admin page, it says hg is
> 3.1.2.  I can't figure out where that comes from.  I mv'd the hg in the
> venv/bin, so kallithea would hopefully use my hg from /usr/bin, but that
> didn't help.
>
> I get:
> Abort: parsing obsolete marker: unknown version 1

During the 'python setup.py' step, mercurial is explicitly installed
in the virtualenv. This will probably have selected 3.1.2. If you use
'pip install' to install a specific mercurial into the virtualenv, and
restart kallithea, I guess things will be as you expect.

Best regards,
Thomas


More information about the kallithea-general mailing list