Commit 2f8ff0b8 authored by Eoghan Sherry's avatar Eoghan Sherry Committed by Russ Cox

codereview: keep quiet when not in use

This prevents status messages from filling the
screen when using a command like 'hg log | less'.

R=rsc
CC=golang-dev
https://golang.org/cl/3666042
parent 0c54225b
......@@ -471,7 +471,7 @@ def LoadCL(ui, repo, name, web=True):
set_status("loaded CL " + name)
return cl, ''
global_status = ""
global_status = None
def set_status(s):
# print >>sys.stderr, "\t", time.asctime(), s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment