How to make a global parameter that causes the revert command to ignore the backup?
You can create an alias in .hgrc
[alias] revert = revert --no-backup # or better make another name for this command drop = revert --no-backup
Source: https://habr.com/ru/post/1345046/More articles:Monitoring progress in Parallel.ForEach - multithreadingFind out if method is protected or protected - protectedEPS opacity - opacityFriends of friends / list of friends of the 2nd degree. Facebook Graph API - iphoneuse of Ext JS with rubies on rails - ruby-on-railsjquery from cdn - jqueryJavaScript TimeStamp in MilliSeconds - javascripthow to find out is it iphone or ipad - iphone404 errors in folders / in webmaster tools - jqueryC # Linq SortedList Filtering in SortedList - c #All Articles