On Dec 5, 2013 10:29 AM, "Gary Martin" <[email protected]> wrote: > > On 05/12/13 15:16, Saint Germain wrote: >> >> Hello ! >> >> On 5 December 2013 16:04, Gary Martin <[email protected]> wrote: >>>>> >>>>> Here is the patch series giving the french translation: >>>>> >>>> https://bitbucket.org/saintgermain/bloodhound-mq/commits/branch/t694_bh_i18n >>>>> >>>>> However I put it on top of the previous i18n patch, it may not be what >>>>> Olemis wanted ? >>>> >>>> Good! >>>> I just moved the patch to t694/ folder. Please update from my patch queue >>>> repos >>>> ;) >>>> >>> However, I am writing as I have been trying to play with the patches from >>> the t694_bh_i18n branch. I may just be being a little too naive about how to >>> apply the changes but I note a number of import errors from attempting this. >>> They are certainly not hugely difficult to fix if they really do exist of >>> course. Are there any quick instructions on how to test what you have so >>> far? >>> >> I haven't checked (yet) how Olemis integrated my patch, but if you use >> my branch, then >> it should work without doing anything. >> I had also some import errors before, but I think I fixed them all. >> Can you give me >> an example of the import errors you have ? > > > It is probably my misunderstanding at how bitbucket/hg works then. I found that I got two patches out of the repo rather than the full repository. Obviously I haven't been trying hard enough! >
If you use hg qclone command then both the whole base repos + the patch queue repos will be cloned / checked out. After that I could run the test suite like shown in this snippet http://pastebin.com/urQsMENh . Just replace hg branch names accordingly. The whole sequence would look like this hg qclone hg update default hg update --mq i18n-branch hg qpush -a cd multiproduct setup.py test -m tests ... Sent from Android -- Regards Olemis - @olemislc Blog-ES : http://simelo-es.blogspot.com Blog-EN : http://simelo-en.blogspot.com Projects : http://blood-hound.net
