hgext/pager.py
changeset 10973 49a07f441496
parent 10516 80a1161bc3b5
child 11186 a890cc501501
equal deleted inserted replaced
10972:0a2c6948f5f4 10973:49a07f441496
    43 Setting pager.attend to an empty value will cause all commands to be
    43 Setting pager.attend to an empty value will cause all commands to be
    44 paged.
    44 paged.
    45 
    45 
    46 If pager.attend is present, pager.ignore will be ignored.
    46 If pager.attend is present, pager.ignore will be ignored.
    47 
    47 
    48 To ignore global commands like "hg version" or "hg help", you have to
    48 To ignore global commands like :hg:`version` or :hg:`help`, you have
    49 specify them in the global .hgrc
    49 to specify them in the global .hgrc
    50 '''
    50 '''
    51 
    51 
    52 import sys, os, signal
    52 import sys, os, signal
    53 from mercurial import dispatch, util, extensions
    53 from mercurial import dispatch, util, extensions
    54 
    54