[python-committers] Three wishes for Mercurial-Roundup integration

Georg Brandl g.brandl at gmx.net
Wed Oct 12 19:24:10 CEST 2011


Am 12.10.2011 18:10, schrieb Éric Araujo:
> Le 06/10/2011 19:25, Georg Brandl a écrit :
>> Did you get a "sent email to roundup" message on push?
> 
> Just pushed to the distutils2 repo:
> 
> remote: adding changesets
> remote: adding manifests
> remote: adding file changes
> remote: added 6 changesets with 13 changes to 8 files
> remote: Traceback (most recent call last):
> remote:   File "/data/hg/repos/hooks/hgroundup.py", line 57, in update_issue
> remote:     _update_issue(*args, **kwargs)
> remote:   File "/data/hg/repos/hooks/hgroundup.py", line 69, in
> _update_issue
> remote:     repourl = posixpath.join(ui.config('web', 'baseurl'), 'rev/')
> remote:   File "/usr/lib/python2.6/posixpath.py", line 67, in join
> remote:     elif path == '' or path.endswith('/'):
> remote: AttributeError: 'NoneType' object has no attribute 'endswith'
> remote: error: changegroup.roundup hook raised an exception: 'NoneType'
> object has no attribute 'endswith'

OK; should be fixed now.

Georg




More information about the python-committers mailing list