Re: [tryton-dev] Submitting change via mercurial

2013-09-30 Thread Raimon Esteve
> Looks like here is my next problem. I created a patch file with > hg export 71:67c2c9a02e55 > changed_links.diff > Before you do a commit, you need to publish in codereview.tryton.org. How to? hg clone http://hg.tryton.org/www.tryton.org [ modifiy files your editor ] hg status hg review -m "w

Re: [tryton-dev] Submitting change via mercurial

2013-09-30 Thread Axel Braun
Am Montag, 30. September 2013 18:24:34 UTC+2 schrieb Cédric Krier: > > > > > >> - First you need push access to tryton.org > > >> As translator for Germany you should get it for this repository. > > >> > > > > > > How can I verify this? > > > > Ask the maintainer. Or simply try. > > For

[tryton-dev] tryton: Reference id should be stored as int

2013-09-30 Thread Code Review - New issues: ced
tryton: Reference id should be stored as int URL: http://codereview.tryton.org/1105002/

[tryton-dev] tryton: Don't extend domain but wrap into a new list

2013-09-30 Thread Code Review - New issues: ced
tryton: Don't extend domain but wrap into a new list URL: http://codereview.tryton.org/1106002/

[tryton-dev] tryton: Fix move_into when record is not saved

2013-09-30 Thread Code Review - New issues: ced
tryton: Fix move_into when record is not saved URL: http://codereview.tryton.org/1107002/

Re: [tryton-dev] Submitting change via mercurial

2013-09-30 Thread Cédric Krier
On 30/09/13 18:05 +0200, Mathias Behrle wrote: > * Axel Braun: " Re: [tryton-dev] Submitting change via mercurial" (Mon, 30 Sep > 2013 07:21:03 -0700 (PDT)): > > >> - First you need push access to tryton.org > >> As translator for Germany you should get it for this repository. > >> > > > >

Re: [tryton-dev] Submitting change via mercurial

2013-09-30 Thread Mathias Behrle
* Axel Braun: " Re: [tryton-dev] Submitting change via mercurial" (Mon, 30 Sep 2013 07:21:03 -0700 (PDT)): >> - First you need push access to tryton.org >> As translator for Germany you should get it for this repository. >> > > How can I verify this? Ask the maintainer. Or simply try. >>

Re: [tryton-dev] Help on mercurial use with tryton.org

2013-09-30 Thread Axel Braun
sorry for the double post, google needed a refresh to show the answer on the first post.

Re: [tryton-dev] Help on mercurial use with tryton.org

2013-09-30 Thread Cédric Krier
On 30/09/13 07:12 -0700, Axel Braun wrote: > Hi, > > kindly asking for your help, as my request on IRC was not successful. I > tried mercurial to push a change for the website Where is the codereview about this one? > I cloned tryton.org > hg clone http://hg.tryton.org/www.tryton.org/ > on ord

Re: [tryton-dev] Submitting change via mercurial

2013-09-30 Thread Axel Braun
Hi, > - First you need push access to tryton.org > As translator for Germany you should get it for this repository. > How can I verify this? > - If you are not yet experienced with mercurial, it would probably be > better to > push to a codereview first. There you and others can con

[tryton-dev] Help on mercurial use with tryton.org

2013-09-30 Thread Axel Braun
Hi, kindly asking for your help, as my request on IRC was not successful. I tried mercurial to push a change for the website I cloned tryton.org hg clone http://hg.tryton.org/www.tryton.org/ on order to update the download links. Did so and got a change set docb@T520:~/tryton/www.tryton.org> h

[tryton-dev] flake8 checking bot for codereview.tryton.org

2013-09-30 Thread Nicolas Évrard
Hello everyone, During this week-end I have coded a small script[1] that could be useful if we were to add it to our codereview instance. This script does some basic checks on the patch that is submitted on codereview (a) it checks that the patch is applicable on the trunk version of the module,