1
我在兩臺機器上使用TortoiseHG的windows 3.1.1 x64,當通過TortoiseHG的GUI執行動作時,它意外地執行了帶有不同開關的hg。TortoiseHG --debug開關
在機(A)
% hg pull --verbose --debug ssh://[email protected]/repo
在機(B)
% hg pull --verbose ssh://[email protected]/repo
我不能工作了如何控制汞命令行開關TortoiseHG使用。在這種情況下,專門禁用機器(A)上的「--debug」標誌。
據我所知,這是烏龜決定命令運行,所以我一直在尋找烏龜配置文件和註冊表設置 - 沒有運氣。
我也檢查了常用的mercurial位置; - 用戶mercurial.ini, - 存儲庫hgrc, - TortoiseHG/hgrc.d/mercurial.rc。