Show More
@@ -516,6 +516,18 b' def _checkcollision(repo, wmf, actions):' | |||
|
516 | 516 | unfoldprefix = f + '/' |
|
517 | 517 | lastfull = f |
|
518 | 518 | |
|
519 | def driverpreprocess(repo, ms, wctx, labels=None): | |
|
520 | """run the preprocess step of the merge driver, if any | |
|
521 | ||
|
522 | This is currently not implemented -- it's an extension point.""" | |
|
523 | return True | |
|
524 | ||
|
525 | def driverconclude(repo, ms, wctx, labels=None): | |
|
526 | """run the conclude step of the merge driver, if any | |
|
527 | ||
|
528 | This is currently not implemented -- it's an extension point.""" | |
|
529 | return True | |
|
530 | ||
|
519 | 531 | def manifestmerge(repo, wctx, p2, pa, branchmerge, force, partial, |
|
520 | 532 | acceptremote, followcopies): |
|
521 | 533 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now