Let's assume that I want to comment out the login verification or hardcode a password in an application, just for the personal convenience of logging in immediately while developing.
I don't want to ever commit this change and I am 100% sure that I am not going to modify the source file for other reasons.
In git I would use skip-worktree
. I've seen that in Mercurial offers a "secret" phase, but that is a completely new concept for me. Can I make this a "secret" commit and be sure it will never pop-up in the official repo?