mirror of
https://github.com/golang/go.git
synced 2025-11-10 13:41:05 +00:00
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
This commit is contained in:
parent
0c54225b51
commit
2f8ff0b81d
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ def LoadCL(ui, repo, name, web=True):
|
||||||
set_status("loaded CL " + name)
|
set_status("loaded CL " + name)
|
||||||
return cl, ''
|
return cl, ''
|
||||||
|
|
||||||
global_status = ""
|
global_status = None
|
||||||
|
|
||||||
def set_status(s):
|
def set_status(s):
|
||||||
# print >>sys.stderr, "\t", time.asctime(), s
|
# print >>sys.stderr, "\t", time.asctime(), s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue