Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
windows中作者提交的Mercurial打印列表_Mercurial_Tortoisehg - Fatal编程技术网

windows中作者提交的Mercurial打印列表

windows中作者提交的Mercurial打印列表,mercurial,tortoisehg,Mercurial,Tortoisehg,我目前正在windows客户端上使用mercurial 我用的是乌龟汞,但似乎没有任何打印功能 如何获得可以打印的提交列表 我希望它由指定的用户提供。hg help log+hg help revsets+hg help templating如果要修改输出 author X的变更集列表: hg日志-ux hg日志-r“用户(X)” hg帮助日志+hg-help-revset+hg-help-templating如果要修改输出 author X的变更集列表: hg日志-ux hg日志-r“用户

我目前正在windows客户端上使用mercurial

我用的是乌龟汞,但似乎没有任何打印功能

如何获得可以打印的提交列表


我希望它由指定的用户提供。

hg help log
+
hg help revsets
+
hg help templating
如果要修改输出

author X的变更集列表:

  • hg日志-ux
  • hg日志-r“用户(X)”

hg帮助日志
+
hg-help-revset
+
hg-help-templating
如果要修改输出

author X的变更集列表:

  • hg日志-ux
  • hg日志-r“用户(X)”

非常感谢。这正是我所需要的:)非常感谢。这正是我所需要的:)