Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
4ae2b43e
Commit
4ae2b43e
authored
Aug 26, 2010
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
codereview: fix hang on standard hg commands
R=gri CC=golang-dev
https://golang.org/cl/1950045
parent
e3ac0b5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
codereview.py
lib/codereview/codereview.py
+3
-1
No files found.
lib/codereview/codereview.py
View file @
4ae2b43e
...
...
@@ -457,7 +457,9 @@ class StatusThread(threading.Thread):
print
>>
sys
.
stderr
,
time
.
asctime
(),
s
def
start_status_thread
():
StatusThread
()
.
start
()
t
=
StatusThread
()
t
.
setDaemon
(
True
)
# allowed to exit if t is still running
t
.
start
()
class
LoadCLThread
(
threading
.
Thread
):
def
__init__
(
self
,
ui
,
repo
,
dir
,
f
,
web
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment