Из вашего комментария кажется, что проблема в том, что существуют переименования файлов (которые не были сделаны через Mercurial), которые также содержат небольшие изменения?Вы можете использовать hg addremove -s
со значением меньше 100, чтобы обнаружить эти
addremove [OPTION]... [FILE]...
Add all new files and remove all missing files from the repository.
New files are ignored if they match any of the patterns in .hgignore. As
with add, these changes take effect at the next commit.
Use the -s option to detect renamed files. With a parameter > 0,
this compares every removed file with every added file and records
those similar enough as renames. This option takes a percentage
between 0 (disabled) and 100 (files must be identical) as its
parameter. Detecting renamed files this way can be expensive.
options:
-s, --similarity guess renamed files by similarity (0<=s<=100)
-I, --include include names matching the given patterns
-X, --exclude exclude names matching the given patterns
-n, --dry-run do not perform actions, just print output
TortoiseHg также предоставляет GUI способ сделать это через меню Guess Renames