That may be just webrev. I did do an hg mv.
But until you 'hg commit' the move, mercurial will claim no knowledge of
the file :-
$ hg log src/java.desktop/unix/native/libawt/sun/awt/initIDs.c
abort: cannot follow file not in parent revision:
"src/java.desktop/unix/native/libawt/sun/awt/initIDs.c"
$ hg commit .....
$ hg log --follow src/java.desktop/unix/native/libawt/sun/awt/initIDs.c
| head -12
changeset: 10615:3182de2cd0a4
tag: tip
user: prr
date: Thu Sep 11 13:07:37 2014 -0700
summary: 8056213: Clean up unix/native/common/sun/awt
changeset: 10520:f08705540498
parent: 10505:88856f58680f
user: chegar
date: Sun Aug 17 15:54:13 2014 +0100
summary: 8054834: Modular Source Code
-phil.
On 09/11/2014 02:36 AM, Magnus Ihse Bursie wrote:
On 2014-09-10 23:10, Phil Race wrote:
Updated webrev :- http://cr.openjdk.java.net/~prr/8056213.1/
Looks good. However, the webrev shows the file as being moved outside
the control of mercurial. That is, if you do "hg mv" to move the file,
the history of the file will be kept intact. Otherwise it will look
like a new file in the repo. (Sometimes this doesn't show up properly
in the webrev, apologies if you already did this.)
/Magnus