aboutsummaryrefslogtreecommitdiff
path: root/doc/design/adjusted_branches.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-09 14:44:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-09 14:44:29 -0400
commita02316b05920ed87bb855c2647738ac0557ae81e (patch)
tree3732ddf626df6151fe69b432a1d2c31ee49876b0 /doc/design/adjusted_branches.mdwn
parent8ae0bb68bd4ea18bf03d422fd6b98adf2e5ef86f (diff)
add RenameFile
Diffstat (limited to 'doc/design/adjusted_branches.mdwn')
-rw-r--r--doc/design/adjusted_branches.mdwn2
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