Is there a way to remove a from a remote changeset, or to remove an entire changeset?
I accidentely pushed a .war file to a remote repo and I want to remove it.
Solution
I used hg mqueue extension to edit history. It seems that it worked.
Thanks all.