diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index 3f1faa9f..f7ed49e4 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -1502,6 +1502,7 @@ later is required to fix a server side protocol bug. | |||
1502 | if manifest_server.startswith("persistent-"): | 1502 | if manifest_server.startswith("persistent-"): |
1503 | manifest_server = manifest_server[len("persistent-") :] | 1503 | manifest_server = manifest_server[len("persistent-") :] |
1504 | 1504 | ||
1505 | # Changes in behavior should update docs/smart-sync.md accordingly. | ||
1505 | try: | 1506 | try: |
1506 | server = xmlrpc.client.Server(manifest_server, transport=transport) | 1507 | server = xmlrpc.client.Server(manifest_server, transport=transport) |
1507 | if opt.smart_sync: | 1508 | if opt.smart_sync: |