I did what you're not supposed to do and used hg push -f to push my copy of a repo to Kiln. I did "a git" and after editing some commits (using mq) attempted to discard the old version of history by pushing a new head like that... so I don't want to merge the old head back in, just get rid of it. Is there an alternative to flushing and replacing the repository?
This is a follow-up to this question.