Roman Kennke wrote:
Hi again,

the issue with SCA/OpenJDK user names (see email below) is resolved, so you can push your changes into awt-gate workspace. Note, we decided to push the docs change in a separate patch (and it is still in progress, as far as I see).
Wow cool, my first self-committed patch :-) Ok, I think I still need a
hand for writing the commit message. I propose sth like:

<<
6749920: Cleanup AWT peer interfaces
Reviewed-by: ???
Please, add me (OpenJDK user 'art') and Andrei ('dav') to the list of reviewers.

Ok, I did. I tried to push and then got this:

remote: Invalid changeset author: Roman Kennke <[EMAIL PROTECTED]>

I can rollback and re-do my commit, but what would be a valid changeset
author name?

You should use 'rkennke' as your user name. This can be configured in ~/.hgrc file, like this (sorry, if this information is already known to you):

[ui]
merge = hgmerge
username = rkennke

[extensions]
hgext.forest =
jcheck = /export/jcheck/jcheck.py

[hooks]
pretxncommit = python:jcheck.hook
pretxnchangegroup = python:jcheck.hook

Thanks,

Artem

/Roman

Reply via email to