diff options
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -222,7 +222,7 @@ class _Repo(object): | |||
222 | file=sys.stderr) | 222 | file=sys.stderr) |
223 | return 1 | 223 | return 1 |
224 | 224 | ||
225 | if gopts.pager and not isinstance(cmd, InteractiveCommand): | 225 | if gopts.pager is not False and not isinstance(cmd, InteractiveCommand): |
226 | config = cmd.manifest.globalConfig | 226 | config = cmd.manifest.globalConfig |
227 | if gopts.pager: | 227 | if gopts.pager: |
228 | use_pager = True | 228 | use_pager = True |