Show More
@@ -95,6 +95,10 b' def get_log_child(fp, url, paths, start,' | |||
|
95 | 95 | else: |
|
96 | 96 | pickle.dump(None, fp, protocol) |
|
97 | 97 | fp.close() |
|
98 | # With large history, cleanup process goes crazy and suddenly | |
|
99 | # consumes *huge* amount of memory. The output file being closed, | |
|
100 | # there is no need for clean termination. | |
|
101 | os._exit(0) | |
|
98 | 102 | |
|
99 | 103 | def debugsvnlog(ui, **opts): |
|
100 | 104 | """Fetch SVN log in a subprocess and channel them back to parent to |
General Comments 0
You need to be logged in to leave comments.
Login now