Comment 5 for bug 213718

Revision history for this message
Daniel Hahler (blueyed) wrote : Re: automatically run pager for display commands

There is a bzr-pager plugin for this.

It wraps "log", "diff", "cat", "help" and "status" in calls to $PAGER.

Unfortunately, it does not work on Windows, since it uses os.fork.

The project is hosted on Launchpad (https://launchpad.net/bzr-pager) and you can install it using:
  mkdir -p ~/.bazaar/plugins
  cd ~/.bazaar/plugins
  bzr branch lp:bzr-pager pager