Show More
@@ -1134,7 +1134,7 def extdatasource(repo, source): | |||
|
1134 | 1134 | |
|
1135 | 1135 | k = encoding.tolocal(k) |
|
1136 | 1136 | try: |
|
1137 |
data[repo |
|
|
1137 | data[revsingle(repo, k).rev()] = encoding.tolocal(v) | |
|
1138 | 1138 | except (error.LookupError, error.RepoLookupError): |
|
1139 | 1139 | pass # we ignore data for nodes that don't exist locally |
|
1140 | 1140 | finally: |
General Comments 0
You need to be logged in to leave comments.
Login now