Hi,
I am looking to remove a directory from local and central repository. I managed to do it locally by
hg remove name_directoriy
hg commit
However, after pushing my changes to the central repository the deleted folder is still in the central repository while it is gone locally.
How to remove directory in central repository?
Thank you
p.s. with 'remove' i mean that it does not appear but still it is in the history