diff options
Diffstat (limited to 'Annex/View.hs')
-rw-r--r-- | Annex/View.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Annex/View.hs b/Annex/View.hs index eb3254e8e..d407ce4c9 100644 --- a/Annex/View.hs +++ b/Annex/View.hs @@ -244,7 +244,8 @@ narrowView = applyView' fileViewReuse - Look up the metadata of annexed files, and generate any FileViews, - and stage them. - - - Currently only works in indirect mode. + - Currently only works in indirect mode. Must be run from top of + - repository. -} applyView' :: MkFileView -> View -> Annex Git.Branch applyView' mkfileview view = do |