Hello, El viernes, 2 de mayo de 2014 12:12:03 UTC+2, Nicolas Évrard escribió: > > * fern...@lgdmh.com <javascript:> [2014-05-02 11:07 +0200]: > >Hello, > > Hello, > > >I am having a problem when trying to create a codereview to fix an issue > >already in the bug tracker. This is the first time I try to do it, so > maybe > >I am doing something very basic wrong. My proposed patch is for the > tryton > >client. > >I have done the following: > >- Download latest tryton using 'hg clone tryton' > >- Make the change, and test it > >- cd into 'tryton' (the first one, which has bin, tryton, etc. > subfolders) > >- hg review -m "tryton: Enforce text fields size" > >- I get a message indicating the files that are not addet to version > >control (my .project file from eclipse and the .pyc files). I answer that > I > >am sure to continue. > >- It requests my password. I use my google account password. > >- I get this: > > > >--- > >** unknown exception encountered, please report by visiting > >** http://mercurial.selenic.com/wiki/BugTracker > >** Python 2.7.3 (default, Mar 13 2014, 11:03:55) [GCC 4.7.2] > >** Mercurial Distributed SCM (version 2.2.2) > >** Extensions loaded: hgnested, hgreview > >Traceback (most recent call last): > > File "/usr/bin/hg", line 38, in <module> > > mercurial.dispatch.run() > > > > SNIP traceback > > > > File "/usr/local/lib/python2.7/dist-packages/hgreview/rietveld.py", > line > >283, in __init__ > > self.reason = args["Error"] > >AttributeError: can't set attribute > > This problem has been fixed in hgreview (but not yet released). >
Great, thanks. I suppose that I can download the latest fixed version from your bitbucket at https://bitbucket.org/nicoe/hgreview. I'm still new to python and mercurial, so first I have to figure out how to install this version: when I have the time I will find out how to do it and I will give it a try. > > -- > Nicolas Évrard - B2CK SPRL > E-mail/Jabber: nicolas...@b2ck.com <javascript:> > Tel: +32 472 54 46 59 > Website: http://www.b2ck.com/ >