3

我正在尝试从 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

如何重现:

  1. 在 tortoiseHg (linux) 中,转到 Settings> Tools > New Tool,添加一个新命令。例如。触摸 /path/success.txt
  2. 将工具添加到列表
  3. 重启
  4. 点击工具。
4

2 回答 2

-1

在旧的史前版本的 tortoisehg 中,只有 hg 命令有效。这里说现在shell命令应该可以正常工作了如何在linux中向tortoisehg添加自定义工具/命令?

于 2013-10-23T14:09:24.490 回答
-1

正如 lgriZdes 在他的回答中提到的,自定义工具似乎只接受 hg 命令。通过在 hg 中创建一个执行 shell 命令的别名并从自定义工具调用此别名来解决此问题。如果你们想要更详细的信息,请告诉我。

于 2013-10-30T16:57:32.127 回答