Hg rollback

In my attempt to keep my repository clean, very attractive looked the command hg rollback, that allows revert to the repository state before last commit. It seems to be very good, especially when commit is happened by mistake and the code is in very intermediate stage. But there are hidden concerns. They appear when the commit is already made to remote repository.

Continue reading