Fossil SCM
Fix a typo in The Fossil Sync Protocol document.
Commit
39d6fc72a58f998194b55398e3c99fe296fed30b25eb140eab50e8cee3ac2e51
Parent
14ac1127deed79f…
1 file changed
+3
-2
+3
-2
| --- www/sync.wiki | ||
| +++ www/sync.wiki | ||
| @@ -24,14 +24,15 @@ | ||
| 24 | 24 | <p>Each repository also has local state. The local state determines |
| 25 | 25 | the web-page formatting preferences, authorized users, ticket formats, |
| 26 | 26 | and similar information that varies from one repository to another. |
| 27 | 27 | The local state is not using transferred during a sync. Except, |
| 28 | 28 | some local state is transferred during a [/help?cmd=clone|clone] |
| 29 | -in order to initialize the local state of the new repository. And | |
| 29 | +in order to initialize the local state of the new repository. Also, | |
| 30 | +an administrator can sync local state using | |
| 30 | 31 | the [/help?cmd=configuration|config push] and |
| 31 | 32 | [/help?cmd=configuration|config pull] |
| 32 | -commands can be an administrator to sync local state.</p> | |
| 33 | +commands. | |
| 33 | 34 | |
| 34 | 35 | |
| 35 | 36 | <h2>2.0 Transport</h2> |
| 36 | 37 | |
| 37 | 38 | <p>All communication between client and server is via HTTP requests. |
| 38 | 39 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -24,14 +24,15 @@ | |
| 24 | <p>Each repository also has local state. The local state determines |
| 25 | the web-page formatting preferences, authorized users, ticket formats, |
| 26 | and similar information that varies from one repository to another. |
| 27 | The local state is not using transferred during a sync. Except, |
| 28 | some local state is transferred during a [/help?cmd=clone|clone] |
| 29 | in order to initialize the local state of the new repository. And |
| 30 | the [/help?cmd=configuration|config push] and |
| 31 | [/help?cmd=configuration|config pull] |
| 32 | commands can be an administrator to sync local state.</p> |
| 33 | |
| 34 | |
| 35 | <h2>2.0 Transport</h2> |
| 36 | |
| 37 | <p>All communication between client and server is via HTTP requests. |
| 38 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -24,14 +24,15 @@ | |
| 24 | <p>Each repository also has local state. The local state determines |
| 25 | the web-page formatting preferences, authorized users, ticket formats, |
| 26 | and similar information that varies from one repository to another. |
| 27 | The local state is not using transferred during a sync. Except, |
| 28 | some local state is transferred during a [/help?cmd=clone|clone] |
| 29 | in order to initialize the local state of the new repository. Also, |
| 30 | an administrator can sync local state using |
| 31 | the [/help?cmd=configuration|config push] and |
| 32 | [/help?cmd=configuration|config pull] |
| 33 | commands. |
| 34 | |
| 35 | |
| 36 | <h2>2.0 Transport</h2> |
| 37 | |
| 38 | <p>All communication between client and server is via HTTP requests. |
| 39 |