add RenameFile

This commit is contained in:
Joey Hess 2016-02-09 14:44:29 -04:00
parent d09b742f48
commit c85b774b2e
Failed to extract signature

View file

@ -185,7 +185,7 @@ like this, at its most simple:
setFilter :: Filter -> Annex ()
data FilterAction = UnchangedFile | UnlockFile | HideFile
data FilterAction = UnchangedFile | UnlockFile | HideFile | RenameFile FilePath FilePath
applyFilter :: Filter -> FilePath -> Annex FilterAction