Mercurial 寻呼机扩展

发布于 2024-12-06 22:32:37 字数 336 浏览 0 评论 0原文

Mercurial 的寻呼机扩展不使用寻呼机来获取 hg status,这是一个错误吗?

另外,当使用 hg glog -p 时,会使用寻呼机,但这不符合 guide: "如果没有设置寻呼机,则寻呼机扩展使用环境变量$PAGER。如果既没有pager.pager,也没有$PAGER设置后,不使用寻呼机。”我没有设置$PAGER

Mercurial's pager extension doesn't use the pager for hg status, is this a bug?

Also, when using hg glog -p, the pager is used, but this doesn't conform to the guide: "If no pager is set, the pager extension uses the environment variable $PAGER. If neither pager.pager, nor $PAGER is set, no pager is used." I have no $PAGER set.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜心小果奶 2024-12-13 22:32:37

请参阅hg help pager

pager extension - browse command output with an external pager
[...]
Below is the default list of commands to be paged:

  [pager]
  attend = annotate, cat, diff, export, glog, log, qdiff

Setting pager.attend to an empty value will cause all commands to be paged.
[...]

因此它是记录的行为:默认情况下不分页状态命令。

Please see hg help pager:

pager extension - browse command output with an external pager
[...]
Below is the default list of commands to be paged:

  [pager]
  attend = annotate, cat, diff, export, glog, log, qdiff

Setting pager.attend to an empty value will cause all commands to be paged.
[...]

So it's documented behavior: the status command is not paged by default.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文