TortoiseHg Copy Similarity feature

后端 未结 3 801
再見小時候
再見小時候 2021-02-08 14:31

When committing changes to Mercurial, it can auto-detect move/copy/renames by using the command

hg addremove -similarity 100

The nu

3条回答
  •  轮回少年
    2021-02-08 15:36

    I have my global settings (mercurial.ini) file configured with:

    [defaults]
    addremove = --similarity 100
    

    If you ask me, this should be on by default.

提交回复
热议问题