Clone a specific version of Tryton

Hi Everyone.

Few days ago, I cloned a repository from: https://hg,tryton.org/tryton-env, but when I installed tryton I had version number 5.5.

I would like to know, What do I make to retrieve a specific version of tryton?. (Such as tryton 5.4 or 5.2)

Thank you for your support.

PD: I used next command: hg clone

Once you’ve cloned the repo execute:

$ hg update 5.2

as example to move to that branch.

You should take a look to the mercurial (hg) documentation for more info.

Greats.

1 Like
hg clone https://hg.tryton.org/tryton-env -b 5.4
2 Likes

Than You, It works !!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.