summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/upstream/src/main/java/libcore/CompareUpstreams.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/upstream/src/main/java/libcore/CompareUpstreams.java b/tools/upstream/src/main/java/libcore/CompareUpstreams.java
index fee7253ad2..dc00f2457c 100644
--- a/tools/upstream/src/main/java/libcore/CompareUpstreams.java
+++ b/tools/upstream/src/main/java/libcore/CompareUpstreams.java
@@ -54,11 +54,11 @@ import java.util.regex.Pattern;
* hg clone http://hg.openjdk.java.net/jdk7u/jdk7u40/ 7u40
* (cd !$ ; sh get_source.sh)
* hg clone http://hg.openjdk.java.net/jdk8u/jdk8u 8u121-b13
- * (cd !$ ; hg update -r jdk8u121-b13 && sh get_source.sh)
+ * (cd !$ ; hg update -r jdk8u121-b13 && sh get_source.sh && sh common/bin/hgforest.sh update -r jdk8u121-b13)
* hg clone http://hg.openjdk.java.net/jdk8u/jdk8u60/ 8u60
* (cd !$ ; sh get_source.sh)
* hg clone http://hg.openjdk.java.net/jdk9/jdk9/ 9+181
- * (cd !$ ; hg update -r jdk-9+181 && sh get_source.sh)
+ * (cd !$ ; hg update -r jdk-9+181 && sh get_source.sh && sh common/bin/hgforest.sh update -r jdk-9+181)
*
* To get the 9b113+ upstream, follow the instructions from the commit
* message of AOSP libcore commit 29957558cf0db700bfaae360a80c42dc3871d0e5