Mercurial doesn't clean up empty directories, nor can I do anything to
the main repo
to make the empty directory in your repo go away.
`rmdir` is your friend.
-- Jon
On 2/28/20 11:47 AM, Pavel Rappo wrote:
That's fine. However, there's still a *directory*, called
"testExternalOverridenMethod"
$ find . -iname "*overriden*"
./test/langtools/jdk/javadoc/doclet/testExternalOverridenMethod
On 28 Feb 2020, at 19:00, Jonathan Gibbons <[email protected]> wrote:
On 02/28/2020 07:25 AM, Pavel Rappo wrote:
If it is still possible, could you please fix the spelling in the name of the
"testExternalOverridenMethod" folder? I think we missed that yesterday while
reviewing (now pushed)http://hg.openjdk.java.net/jdk/jdk/rev/52367bbd4bd4.
Pavel,
That patch has the rename in it. There are no such badly-named files any more:
$ find open/test/langtools/ -name \*riden\*.java
$
-- Jon