[aarch64-port-dev ] aarch64-port/stage is ready
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Nov 7 16:47:22 UTC 2014
Hi Andrew,
There easiest way is to use 'hg commit' with jcheck enabled:
hg commit -l commitmsg
where commitmsg follows official format:
<bugid>: <synopsis-of-bug>
Summary: <summary-of-code-change>
Reviewed-by: <reviewer1>, <reviewer2>
Contributed-by: <contributor-email>
http://openjdk.java.net/guide/producingChangeset.html
You can use only 2 lines (kvn is me):
<bugid>: <synopsis-of-bug>
Reviewed-by: kvn
You can 'hg rollback' after that if you want to edit more.
Make sure your ~/.hgrc has following information:
[ui]
username=aph
[extensions]
jcheck = $YOUR_DIR/jcheck.py
[hooks]
pretxnchangegroup=python:jcheck.hook
pretxncommit=python:jcheck.hook
you can download jcheck.py from
http://openjdk.java.net/projects/code-tools/jcheck/
Thanks,
Vladimir
On 11/7/14 6:22 AM, Andrew Haley wrote:
> On 11/05/2014 08:40 PM, Vladimir Kozlov wrote:
>> As you may noticed I synced aarch64-port/stage with jdk9/dev.
>
> One question:
>
> Do you have any tools to massage source code to fit the whitespace
> rules, or any tools I can use locally to see if my white space is
> correct, so that I can submit correct patches?
>
> Thanks,
> Andrew.
>
More information about the aarch64-port-dev
mailing list