On Tuesday, April 29, 2014 11:52:34 AM UTC-5, [email protected] wrote: > > > > El martes, 29 de abril de 2014 18:10:15 UTC+2, Sergi Almacellas Abellana > escribió: >> >> El 29/04/14 17:36, Youness Louarmassi ha escrit: >> > Hello, >> > >> > I'm new in Tryton, I want to explore most Tryton modules, how can I >> > download all modules sources from one link, with this link >> > http://downloads.tryton.org/3.2/ we can only download module per >> module. >> I think your searching for HgNested extension [1], on the wiki you can >> find an example on how to use it [2] >> >> [1] https://pypi.python.org/pypi/hgnested/0.6 >> [2] >> >> http://code.google.com/p/tryton/wiki/InstallationMercurial#Server_and_Modules_Installation >> >> >> > Youness, if you decide to go the hgnested route, this is what worked for > me in Debian 7: > > apt-get install mercurial mercurial-nested > > hg nclone http://hg.tryton.org/trytond/ -r 3.2 >
Only for clarification: Before to use the 'hg nclone', it is needed to modify the file ~/.hgrc and put this [1]. If it is not done, "hg nclone" doesn't work. [1] [extensions] hgnested = Once it is modified, hg nclone will work. > > Regards, > Fernando > > > >> -- >> Sergi Almacellas Abellana >> www.koolpi.com >> Twitter: @pokoli_srk >> >>
