Last active
June 13, 2018 17:27
-
-
Save arajkumar/97ec6b0c6cecc5e6a94f1e1a84130639 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for commit in `hg out http://hg.openjdk.java.net/openjfx/jfx-dev/rt | grep changeset: | awk -F':' '{print $3}'`; | |
do | |
hg strip $commit | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment