Hello,

I want to download the trytond sources from mercurial repository for a 
specific version. I have hgnested extension installed.

For version 3.2 I use the command:
$ hg nclone  http://hg.tryton.org/trytond -r 3.2
This works, it gets trytond server and modules.

I try similar command for version 3.0:
$ hg nclone  http://hg.tryton.org/trytond -r 3.0

Now it fails to get module account_credit_limit (which I suppose does not 
exist for version 3.0.x) and aborts:
[trytond/trytond/modules/account_credit_limit]
abort: unknown revision '3.0'!

How can I get trytond  ver3.0 from mercurial repository ?


Reply via email to