[PATCH 2 of 4] largefiles: fix documentation to match desired behavior

Benjamin Pollack benjamin at bitquabit.com
Thu Oct 20 12:24:56 CDT 2011


# HG changeset patch
# User Benjamin Pollack <benjamin at bitquabit.com>
# Date 1319131448 14400
# Branch stable
# Node ID e730b65ad9712028bcbdaa2ebe09ee2e0eb3137e
# Parent  d6a2b30a5952e9b5def411e763ba9c12928d55e7
largefiles: fix documentation to match desired behavior

diff --git a/hgext/largefiles/design.txt b/hgext/largefiles/design.txt
--- a/hgext/largefiles/design.txt
+++ b/hgext/largefiles/design.txt
@@ -20,15 +20,16 @@
 
 == The Local Repository ==
 
-The local repository has a largefile cache in .hg/largefiles which holds a
+The local repository has a largefile store in .hg/largefiles which holds a
 subset of the largefiles needed. On a clone only the largefiles at tip are
 downloaded. When largefiles are downloaded from the central store, a copy is
 saved in this store.
 
-== The Global Cache ==
+== The User Cache ==
 
-largefiles in a local repository cache are hardlinked to files in the global
-cache. Before a file is downloaded we check if it is in the global cache.
+largefiles in a local repository store are hardlinked to files in the user
+cache. Before a file is downloaded we check if it is in the global cache,
+hard-linking to the local store if we find it.
 
 == Implementation Details ==
 


More information about the Mercurial-devel mailing list