diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-29 16:41:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-29 16:41:59 -0400 |
commit | d3c895b8b328685541cf41e025cff17f94b258b1 (patch) | |
tree | 5aae1aac3a9cdb080d04ec5df369aa41a88f67e3 /Annex | |
parent | 6a67b257f0083bb944cd132ac4a515fd4fb99a47 (diff) |
wording
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Branch.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Branch.hs b/Annex/Branch.hs index 5af6b6be9..13e1f11eb 100644 --- a/Annex/Branch.hs +++ b/Annex/Branch.hs @@ -175,7 +175,7 @@ updateTo pairs = do - (and committed to the branch). - - Updates the branch if necessary, to ensure the most up-to-date available - - content is available. + - content is returned. - - Returns an empty string if the file doesn't exist yet. -} get :: FilePath -> Annex String |