【发布时间】:2013-10-15 05:58:51
【问题描述】:
我正在尝试从 tortiseHg 执行 shell 命令。我的最终目标是运行一个以{REV} 为参数的大型shell 命令。有谁知道这样做的方法吗?
我尝试在 tortiseHg 中使用自定义工具选项,但它不适合我。
无论我添加什么作为命令,它总是返回:
The command "my command and args" could not be executed.
"No such file or directory"
Please check that the command path is valid and that it is a valid application
如何重现:
- 在tortoiseHg (linux) 中,进入设置> 工具> 新工具,添加一个新命令。 例如。 触摸 /path/success.txt
- 将工具添加到列表
- 重启一下
- 点击工具。
【问题讨论】:
标签: linux mercurial tortoisehg