no need to show, it's a string

This commit is contained in:
Joey Hess 2011-12-10 12:30:31 -04:00
parent 4200b8038a
commit eecaf42485

View file

@ -141,7 +141,7 @@ update = onceonly $ do
let merge_desc = if null branches
then "update"
else "merging " ++
unwords (map (show . Git.refDescribe) branches) ++
unwords (map Git.refDescribe branches) ++
" into " ++ show name
unless (null branches) $ do
showSideAction merge_desc