diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-09 14:44:29 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-09 14:44:29 -0400 |
commit | a02316b05920ed87bb855c2647738ac0557ae81e (patch) | |
tree | 3732ddf626df6151fe69b432a1d2c31ee49876b0 /doc | |
parent | 8ae0bb68bd4ea18bf03d422fd6b98adf2e5ef86f (diff) |
add RenameFile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/adjusted_branches.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/adjusted_branches.mdwn b/doc/design/adjusted_branches.mdwn index 4cff13ae8..351083d59 100644 --- a/doc/design/adjusted_branches.mdwn +++ b/doc/design/adjusted_branches.mdwn @@ -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 |