Show More
@@ -15,7 +15,6 from mercurial import ( | |||
|
15 | 15 | context, |
|
16 | 16 | error, |
|
17 | 17 | phases, |
|
18 | pycompat, | |
|
19 | 18 | util, |
|
20 | 19 | ) |
|
21 | 20 | from . import shallowutil |
@@ -316,7 +315,7 class remotefilectx(context.filectx): | |||
|
316 | 315 | finally: |
|
317 | 316 | elapsed = time.time() - start |
|
318 | 317 | repo.ui.log('linkrevfixup', logmsg + '\n', elapsed=elapsed * 1000, |
|
319 |
** |
|
|
318 | **commonlogkwargs) | |
|
320 | 319 | |
|
321 | 320 | def _verifylinknode(self, revs, linknode): |
|
322 | 321 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now