Currently VersioncontrolRepositoryHistorySynchronizerInterface has these three sync methods:

  • fullSync()
  • initialSync()
  • syncEvent()

For consistency and verb-first-iness, let's change those to:

  • syncFull()
  • syncInitial()
  • syncEvent()

Comments

cvangysel’s picture

Status: Active » Needs review

Fixed in generic-reposync branch.

marvil07’s picture

Status: Needs review » Fixed

sync logic was merged to mainline some time ago

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 82e6dc3 on generic-reposync, repository-families, drush-vc-sync-unlock by cvangysel:
    #1244114: Align method names on...

  • Commit 82e6dc3 on generic-reposync, repository-families by cvangysel:
    #1244114: Align method names on...