Show More
@@ -91,10 +91,11 b' def get_log_child(fp, url, paths, start,' | |||
|
91 | 91 | discover_changed_paths=True, strict_node_history=False): |
|
92 | 92 | protocol = -1 |
|
93 | 93 | def receiver(orig_paths, revnum, author, date, message, pool): |
|
94 | paths = {} | |
|
94 | 95 | if orig_paths is not None: |
|
95 | 96 | for k, v in orig_paths.iteritems(): |
|
96 |
|
|
|
97 |
pickle.dump(( |
|
|
97 | paths[k] = changedpath(v) | |
|
98 | pickle.dump((paths, revnum, author, date, message), | |
|
98 | 99 | fp, protocol) |
|
99 | 100 | |
|
100 | 101 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now