Version number on trunk

Mark Wielaard mark at klomp.org
Thu Aug 13 08:49:33 PDT 2009


On Thu, 2009-08-13 at 15:59 +0100, Andrew Haley wrote:
> Lillian Angel wrote:
> 
> >> I guess this is a bug on the server side.
> > 
> > As far as I know, the changes still go through with this error.
> > http://icedtea.classpath.org/hg/icedtea6/
> 
> Ah, I see.  Thanks!

Yes they go through. But no notification is being send that it did.
And you are left with that lame error message :{

The repo on the server has the notify extension installed, so that an
email is being send whenever a change to the repo happens.
http://mercurial.selenic.com/wiki/NotifyExtension
Something tries to sanitize the incoming commit to produce those emails.
Most likely you don't have a valid username set in your hgrc.
The script expects each commit to have at least an author with a valid
email address (and possible full name).

Please setup your ~/.hgrc (or icedtea repo .hg/hgrc) to contain your
full name and email address, something like:

[ui]
username = Mark Wielaard <mark at klomp.org>

That makes the email notifications work nicely. And makes sure each
commit from you has a fully identified author associated with it.

More background:
http://hgbook.red-bean.com/read/a-tour-of-mercurial-the-basics.html#sec:tour-basic:username

Cheers,

Mark




More information about the distro-pkg-dev mailing list