7724e610ccad — Joe Ulfers 2 years ago
Disable pagination
1 files changed, 1 insertions(+), 1 deletions(-)

M deploy.sh
M deploy.sh +1 -1
@@ 9,7 9,7 @@ if [[ "$(hg branch)" != "default" ]]; th
   echo "Error: not default branch" >&2
   exit 1
 fi
-if hg outgoing; then
+if hg --pager '' outgoing; then
   echo "Error: outgoing changes" >&2
   exit 1
 fi