no need to show, it's a string
This commit is contained in:
parent
4200b8038a
commit
eecaf42485
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ update = onceonly $ do
|
||||||
let merge_desc = if null branches
|
let merge_desc = if null branches
|
||||||
then "update"
|
then "update"
|
||||||
else "merging " ++
|
else "merging " ++
|
||||||
unwords (map (show . Git.refDescribe) branches) ++
|
unwords (map Git.refDescribe branches) ++
|
||||||
" into " ++ show name
|
" into " ++ show name
|
||||||
unless (null branches) $ do
|
unless (null branches) $ do
|
||||||
showSideAction merge_desc
|
showSideAction merge_desc
|
||||||
|
|
Loading…
Reference in a new issue