diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-18 20:01:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-18 20:02:09 -0400 |
commit | 5ec224d48f28bb8823d898ecc10a9c376a41245b (patch) | |
tree | 2d3167b0ad6408295222b8e492eca635dd462c1c /Command/View.hs | |
parent | 0d916443be47784173c86c25c8fb4ede764af1ba (diff) |
add vadd command
Diffstat (limited to 'Command/View.hs')
-rw-r--r-- | Command/View.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/View.hs b/Command/View.hs index 309a1ccbe..4e642e50f 100644 --- a/Command/View.hs +++ b/Command/View.hs @@ -39,7 +39,7 @@ start params = do perform :: View -> CommandPerform perform view = do - showSideAction "calculating" + showSideAction "searching" branch <- applyView view next $ checkoutViewBranch view branch |