Ignore on commit in TortoiseHg

Is there a similar SVN function to ignore the commit function in TortoiseHg?

I found this one , but you need a way to do this through the user interface for non-development team members.

+6
source share
1 answer
  • You can unlock files prepared for commit in the GUI
  • You can define an automatic exclusion list in the THG settings (global or for each project)
  • Changelists per-se does not exist in mercurial as a useless thing (this is bad even in SVN)
+1
source

Source: https://habr.com/ru/post/900414/


All Articles