mirror of
https://github.com/golang/go
synced 2024-11-21 15:34:45 -07: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
@ -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…
Reference in New Issue
Block a user