Can I see what changesets comes from which which repo?

Jesse Glick jesse.glick at sun.com
Thu Feb 12 22:59:56 UTC 2009


Weijun Wang wrote:
> When I look at http://hg.openjdk.java.net/jdk7/tl/jdk/, I would like to
> see which changesets are really tl-related.

If you have a clone of tl/jdk, you can use:

hg out -n -l10 -M http://hg.openjdk.java.net/jdk7/jdk7/jdk/

or similar. 'hg help out' for details.




More information about the discuss mailing list