From c9a270177d0f264af2ac1197b250104f0c1158bd Mon Sep 17 00:00:00 2001 From: Adrien Ollier Date: Wed, 13 Mar 2019 18:54:28 +0100 Subject: [PATCH] use of the superlative for RCS --- book/01-introduction/sections/about-version-control.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/01-introduction/sections/about-version-control.asc b/book/01-introduction/sections/about-version-control.asc index 37367e746..c76cf1506 100644 --- a/book/01-introduction/sections/about-version-control.asc +++ b/book/01-introduction/sections/about-version-control.asc @@ -22,7 +22,7 @@ To deal with this issue, programmers long ago developed local VCSs that had a si .Local version control. image::images/local.png[Local version control diagram] -One of the more popular VCS tools was a system called RCS, which is still distributed with many computers today. +One of the most popular VCS tools was a system called RCS, which is still distributed with many computers today. RCS works by keeping patch sets (that is, the differences between files) in a special format on disk; it can then re-create what any file looked like at any point in time by adding up all the patches. ==== Centralized Version Control Systems