Show More
@@ -1120,9 +1120,6 b' class cgpacker(object):' | |||
|
1120 | 1120 | commonctxs = [self._repo[c] for c in commonrevs] |
|
1121 | 1121 | clrev = self._repo.changelog.rev |
|
1122 | 1122 | |
|
1123 | # Defining this function has a side-effect of overriding the | |
|
1124 | # function of the same name that was passed in as an argument. | |
|
1125 | # TODO have caller pass in appropriate function. | |
|
1126 | 1123 | def linknodes(flog, fname): |
|
1127 | 1124 | for c in commonctxs: |
|
1128 | 1125 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now