From d66fac1ec82ea350e5d668df0cc5d02a345ca75e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Nov 2011 18:17:34 -0400 Subject: [PATCH] fix typo introduced with the Ref type --- Command/Unused.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Unused.hs b/Command/Unused.hs index ccb9c48d81..7f9edfef25 100644 --- a/Command/Unused.hs +++ b/Command/Unused.hs @@ -153,7 +153,7 @@ excludeReferenced l = do where -- Skip the git-annex branches, and get all other unique refs. refs = map Git.Ref . - last . + map last . nubBy cmpheads . filter ourbranches . map words . lines . L.unpack