0
我做了hg mv foo.txt foo2.txt
。 Mercurial將該文件標記爲添加而不是修改。Mercurial:「不能跟隨不存在的文件」後hg日誌 - 跟着
我做了hg log --follow foo2.txt
但得到了abort: cannot follow nonexistent file: foo2.txt
。
我期望上述命令按照預期工作,將日誌從foo.txt複製到foo2.txt並將文件標記爲已修改。我究竟做錯了什麼?
也許[這](https://www.mercurial-scm.org/pipermail/mercurial /2016-January/049281.html)。 –
@AmiTavory我在〜/ .hgrc文件中找不到任何歹徒 – cosmosa
抱歉。祝你好運。 –