changeset 10:09eb35524f9a

7900311: webrev -r doesn't produce an exported changeset file Reviewed-by: mduigou
authorsmarks
dateWed, 25 Jun 2014 19:31:54 -0700
parents4993b0c5a9c6
children350bbc9b56d3
fileswebrev.ksh
diffstat1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/webrev.ksh	Tue Jan 07 10:16:19 2014 -0800
+++ b/webrev.ksh	Wed Jun 25 19:31:54 2014 -0700
@@ -19,7 +19,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
 # Use is subject to license terms.
 #
 # This script takes a file list and a workspace and builds a set of html files
@@ -27,7 +27,7 @@
 # Documentation is available via 'webrev -h'.
 #
 
-WEBREV_UPDATED=25.2-hg+openjdk.java.net
+WEBREV_UPDATED=25.3-hg+openjdk.java.net
 
 HTML='<?xml version="1.0"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
@@ -2011,6 +2011,7 @@
             #
             FIRST_CREV=`hg log --rev $PARENT_REV --template '{rev}'`
             FIRST_CREV=`expr $FIRST_CREV + 1`
+            HG_LIST_FROM_COMMIT=1
         fi
     fi
     #Let's check if a merge is needed, if so, issue a warning