I am using Mercurial ("HG"), I am trying to Clean the repo from uncommitted Changes using :
hg update --clean -R rpeo_path
It will Clean The repo and move to tip ( it will change the changeset )
How can i Clean the repo from uncommitted changes and stay in the current Changeset ?
Thanks in advance