mercurial - Hg pager extension doesn't work for 'blame' -


i using merucrial pager extension, , trying configure out use pager blame, it's not working.

i have in .hgrc file:

[extensions] pager =   [pager] pager = less -frx attend = diff, status, help, log, blame 

the other commands - diff, status, help, , log correctly routed through pager, blame not. ideas why?

blame alias annotate. if specify annotate rather blame in .hgrc, works fine.

i guess pager.attend attribute not accept aliases, needs name of original command.

i filed bug this.


Comments