Hi,
As stated in How to develop:
hg clone https://hg.tryton.org/tryton-env
results in an error:
dot$ pip show mercurial
Name: mercurial
Version: 5.6
dot$ hg -v clone https://hg.tryton.org/tryton-env
destination directory: tryton-env
applying clone bundle from https://downloads-cdn.tryton.org/bundles/tryton-env-bzip2-v1
adding changesets
adding manifests
transaction abort!
rollback completed
(sent 2 HTTP requests and 434 bytes; received 1102 bytes in responses)
abort: error: None
I can sucessfully clone other repositories.
Am I doing something wrong or is this a problem?
Is the info outdated?
How to debug this?
Thanks.