Show More
@@ -669,7 +669,7 b' def wrapupdate(orig, repo, node, branchm' | |||||
669 | with state_update(repo, node, distance, partial): |
|
669 | with state_update(repo, node, distance, partial): | |
670 | return orig( |
|
670 | return orig( | |
671 | repo, node, branchmerge, force, ancestor, mergeancestor, |
|
671 | repo, node, branchmerge, force, ancestor, mergeancestor, | |
672 | labels, matcher, *kwargs) |
|
672 | labels, matcher, **kwargs) | |
673 |
|
673 | |||
674 | def reposetup(ui, repo): |
|
674 | def reposetup(ui, repo): | |
675 | # We don't work with largefiles or inotify |
|
675 | # We don't work with largefiles or inotify |
General Comments 0
You need to be logged in to leave comments.
Login now