lower case for consistency
This commit is contained in:
parent
11648fd719
commit
0ee09f05d2
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ showSideAction m = Annex.getState Annex.output >>= go
|
||||||
p = handle q $ putStrLn $ "(" ++ m ++ "...)"
|
p = handle q $ putStrLn $ "(" ++ m ++ "...)"
|
||||||
|
|
||||||
showStoringStateAction :: Annex ()
|
showStoringStateAction :: Annex ()
|
||||||
showStoringStateAction = showSideAction "Recording state in git"
|
showStoringStateAction = showSideAction "recording state in git"
|
||||||
|
|
||||||
{- Performs an action, supressing showSideAction messages. -}
|
{- Performs an action, supressing showSideAction messages. -}
|
||||||
doQuietSideAction :: Annex a -> Annex a
|
doQuietSideAction :: Annex a -> Annex a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue