New to forum - how do I track code changes
Anthony Petrov
anthony.petrov at oracle.com
Wed Nov 7 07:31:23 PST 2012
You can clone a repository and issue
$ hg log -k <bug-id>
where <bug-id> is the bug number (e.g. 7193966). You can also try using
your favorite search engine and enter a query like this:
<bug-id> site:hg.openjdk.java.net
This should provide you with a list of changesets that mention the <bug-id>.
--
best regards,
Anthony
On 11/7/2012 7:17 PM, Gordon, Bruce wrote:
> I am new to the forum - can anyone tell me how to find which code changes relate to a specific bug ?
> In particular I would like to see the code change for http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7193966
> Thanks!
>
> This message contains information which may be confidential and/or privileged. Unless you are the intended recipient (or authorized to receive for the intended recipient), you may not read, use, copy or disclose to anyone the message or any information contained in the message. If you have received the message in error, please advise the sender by reply e-mail and delete the message and any attachment(s) thereto without retaining any copies.
More information about the jdk7u-dev
mailing list