Show More
@@ -95,6 +95,10 def get_log_child(fp, url, paths, start, | |||||
95 | else: |
|
95 | else: | |
96 | pickle.dump(None, fp, protocol) |
|
96 | pickle.dump(None, fp, protocol) | |
97 | fp.close() |
|
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 | def debugsvnlog(ui, **opts): |
|
103 | def debugsvnlog(ui, **opts): | |
100 | """Fetch SVN log in a subprocess and channel them back to parent to |
|
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