Show More
@@ -18,7 +18,7 b' import basestore' | |||
|
18 | 18 | |
|
19 | 19 | class localstore(basestore.basestore): |
|
20 | 20 | '''localstore first attempts to grab files out of the store in the remote |
|
21 |
Mercurial repository. Fail |
|
|
21 | Mercurial repository. Failing that, it attempts to grab the files from | |
|
22 | 22 | the user cache.''' |
|
23 | 23 | |
|
24 | 24 | def __init__(self, ui, repo, remote): |
General Comments 0
You need to be logged in to leave comments.
Login now