Do not use the pager when the output is empty
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 5 Jul 2006 18:27:02 +0000 (19:27 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 5 Jul 2006 18:27:02 +0000 (19:27 +0100)
commitfdf4cb43a1c8133e013fd8ca2d1a5753ea048c90
tree89e5f3899db252e580cb236bb95cd01de9bfcb1d
parent9f2de96a7d7a983b13ad807a433c5d1d6d6e5b3b
Do not use the pager when the output is empty

This is for the diff and show commands to not run the output through the
pager if there is nothing to display.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/diff.py
stgit/commands/show.py