We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc877c commit 7440f3fCopy full SHA for 7440f3f
mergin/client.py
@@ -1554,6 +1554,8 @@ def sync_project_generator(self, project_directory):
1554
1555
def sync_project(self, project_directory):
1556
"""
1557
+ Syncs project by pulling server changes and pushing local changes. There is intorduced retry mechanism
1558
+ for handling server conflicts (when server has changes that we do not have yet or somebody else is syncing).
1559
See description of _sync_project_generator().
1560
1561
:param project_directory: Project's directory
0 commit comments