Skip to content

Instantly share code, notes, and snippets.

@arajkumar
Last active June 13, 2018 17:27
Show Gist options
  • Save arajkumar/97ec6b0c6cecc5e6a94f1e1a84130639 to your computer and use it in GitHub Desktop.
Save arajkumar/97ec6b0c6cecc5e6a94f1e1a84130639 to your computer and use it in GitHub Desktop.
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