From 84a536ab1e9bf1fe98ff57ef53058d933d765477 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Feb 2016 15:11:10 -0400 Subject: cleanu --- doc/design/adjusted_branches.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/design/adjusted_branches.mdwn b/doc/design/adjusted_branches.mdwn index 646b86b72..93979ca61 100644 --- a/doc/design/adjusted_branches.mdwn +++ b/doc/design/adjusted_branches.mdwn @@ -189,7 +189,6 @@ like this, at its most simple: = UnchangedFile FilePath | UnlockFile FilePath | HideFile FilePath - | RenameFile FilePath FilePath data FileInfo = FileInfo { originalBranchFile :: FileStatus @@ -201,7 +200,7 @@ like this, at its most simple: filterAction :: Filter -> FilePath -> FileInfo -> FilterAction filterAction UnlockFilter f fi - | originalBranchFile fi == Just IsAnnexSymlink = UnlockFile f + | originalBranchFile fi == IsAnnexSymlink = UnlockFile f filterAction HideMissingFilter f fi | not (isContentPresent fi) = HideFile f filterAction UnlockHideMissingFilter f fi -- cgit v1.2.3