How can I make a global setting that will make the revert command ignore backup creation ?
You can make an alias in .hgrc
[alias]
revert = revert --no-backup
# or better make another name for this command
drop = revert --no-backup
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With