Mercurial寻呼机扩展

atx*_*atx 4 mercurial

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

此外,在使用时,使用hg glog -p寻呼机,但这不符合指南:"如果没有设置寻呼机,寻呼机扩展使用环境变量$PAGER.如果既不设置,pager.pager也不$PAGER设置,则不使用寻呼机." 我没有$PAGER一套.

Mar*_*ler 8

请看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.
[...]

所以它记录了行为:默认情况下不会分页状态命令.