Show More
@@ -935,6 +935,9 b' class ui(object):' | |||
|
935 | 935 | This is separate in part so that extensions (like chg) can |
|
936 | 936 | override how a pager is invoked. |
|
937 | 937 | """ |
|
938 | if command == 'cat': | |
|
939 | # Save ourselves some work. | |
|
940 | return | |
|
938 | 941 | # If the command doesn't contain any of these characters, we |
|
939 | 942 | # assume it's a binary and exec it directly. This means for |
|
940 | 943 | # simple pager command configurations, we can degrade |
General Comments 0
You need to be logged in to leave comments.
Login now