Fossil SCM
Trivial internal doc typo fix. Minor unsolicited touchups in whyallinone.md.
Commit
36ea3963fd11d94f1ad0f75841ef1afd1f51d3a7e66c3a2c8b6eb9e11acb0e36
Parent
e1361f12decb7a1…
2 files changed
+1
-1
+3
-3
+1
-1
| --- src/schema.c | ||
| +++ src/schema.c | ||
| @@ -329,11 +329,11 @@ | ||
| 329 | 329 | @ rid INTEGER PRIMARY KEY -- Record ID of the phantom |
| 330 | 330 | @ ); |
| 331 | 331 | @ |
| 332 | 332 | @ -- A record of orphaned delta-manifests. An orphan is a delta-manifest |
| 333 | 333 | @ -- for which we have content, but its baseline-manifest is a phantom. |
| 334 | -@ -- We have to track all orphan maniftests so that when the baseline arrives, | |
| 334 | +@ -- We have to track all orphan manifests so that when the baseline arrives, | |
| 335 | 335 | @ -- we know to process the orphaned deltas. |
| 336 | 336 | @ CREATE TABLE orphan( |
| 337 | 337 | @ rid INTEGER PRIMARY KEY, -- Delta manifest with a phantom baseline |
| 338 | 338 | @ baseline INTEGER -- Phantom baseline of this orphan |
| 339 | 339 | @ ); |
| 340 | 340 |
| --- src/schema.c | |
| +++ src/schema.c | |
| @@ -329,11 +329,11 @@ | |
| 329 | @ rid INTEGER PRIMARY KEY -- Record ID of the phantom |
| 330 | @ ); |
| 331 | @ |
| 332 | @ -- A record of orphaned delta-manifests. An orphan is a delta-manifest |
| 333 | @ -- for which we have content, but its baseline-manifest is a phantom. |
| 334 | @ -- We have to track all orphan maniftests so that when the baseline arrives, |
| 335 | @ -- we know to process the orphaned deltas. |
| 336 | @ CREATE TABLE orphan( |
| 337 | @ rid INTEGER PRIMARY KEY, -- Delta manifest with a phantom baseline |
| 338 | @ baseline INTEGER -- Phantom baseline of this orphan |
| 339 | @ ); |
| 340 |
| --- src/schema.c | |
| +++ src/schema.c | |
| @@ -329,11 +329,11 @@ | |
| 329 | @ rid INTEGER PRIMARY KEY -- Record ID of the phantom |
| 330 | @ ); |
| 331 | @ |
| 332 | @ -- A record of orphaned delta-manifests. An orphan is a delta-manifest |
| 333 | @ -- for which we have content, but its baseline-manifest is a phantom. |
| 334 | @ -- We have to track all orphan manifests so that when the baseline arrives, |
| 335 | @ -- we know to process the orphaned deltas. |
| 336 | @ CREATE TABLE orphan( |
| 337 | @ rid INTEGER PRIMARY KEY, -- Delta manifest with a phantom baseline |
| 338 | @ baseline INTEGER -- Phantom baseline of this orphan |
| 339 | @ ); |
| 340 |
+3
-3
| --- www/whyallinone.md | ||
| +++ www/whyallinone.md | ||
| @@ -13,13 +13,13 @@ | ||
| 13 | 13 | takes exception to this idea, writing: |
| 14 | 14 | |
| 15 | 15 | > *I don't want forum/web software built into my dvcs.* |
| 16 | 16 | > *I don't see how this improves over git.* |
| 17 | 17 | |
| 18 | -The commenter hold whatever opinions he wants, of course. However, here | |
| 19 | -are a few reasons why bundling other project management software with | |
| 20 | -the DVCS might be useful: | |
| 18 | +The commenter may hold whatever opinions they want, of course. | |
| 19 | +However, here are a few reasons why bundling other project management | |
| 20 | +features with the DVCS might be useful for a given project: | |
| 21 | 21 | |
| 22 | 22 | 1. There is single software package to install and manage for the |
| 23 | 23 | project website. |
| 24 | 24 | The alternative is to select, install, configure, learn about, |
| 25 | 25 | manage, and maintain separate software packages for DVCS, wiki, |
| 26 | 26 |
| --- www/whyallinone.md | |
| +++ www/whyallinone.md | |
| @@ -13,13 +13,13 @@ | |
| 13 | takes exception to this idea, writing: |
| 14 | |
| 15 | > *I don't want forum/web software built into my dvcs.* |
| 16 | > *I don't see how this improves over git.* |
| 17 | |
| 18 | The commenter hold whatever opinions he wants, of course. However, here |
| 19 | are a few reasons why bundling other project management software with |
| 20 | the DVCS might be useful: |
| 21 | |
| 22 | 1. There is single software package to install and manage for the |
| 23 | project website. |
| 24 | The alternative is to select, install, configure, learn about, |
| 25 | manage, and maintain separate software packages for DVCS, wiki, |
| 26 |
| --- www/whyallinone.md | |
| +++ www/whyallinone.md | |
| @@ -13,13 +13,13 @@ | |
| 13 | takes exception to this idea, writing: |
| 14 | |
| 15 | > *I don't want forum/web software built into my dvcs.* |
| 16 | > *I don't see how this improves over git.* |
| 17 | |
| 18 | The commenter may hold whatever opinions they want, of course. |
| 19 | However, here are a few reasons why bundling other project management |
| 20 | features with the DVCS might be useful for a given project: |
| 21 | |
| 22 | 1. There is single software package to install and manage for the |
| 23 | project website. |
| 24 | The alternative is to select, install, configure, learn about, |
| 25 | manage, and maintain separate software packages for DVCS, wiki, |
| 26 |