add RenameFile
This commit is contained in:
parent
d09b742f48
commit
c85b774b2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue