RFE: hg addremove --similarity should work on the specified subset of files

Marc Strapetz marc.strapetz at syntevo.com
Wed Sep 21 09:53:28 CDT 2011


With version 1.9.2, "hg addremove --similarity value file1 ... fileN"
simply ignores the --similarity option and adds resp. removes the
specified files without rename detection. Given a GUI client, it's easy
for the user to select only a subset of missing and untracked files.
Hence, the requested functionality would be helpful here.

The only work-around I found so far is to use  "--include
{file1,...,fileN}". However, I guess this won't perform well with a
large number of files.

--
Best regards,
Marc Strapetz
=============
syntevo GmbH
http://www.syntevo.com
http://blog.syntevo.com



More information about the Mercurial-devel mailing list