summaryrefslogtreecommitdiff
path: root/Command/View.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-18 21:57:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-18 21:57:21 -0400
commita84f738053b0e5c05919296a59856b24f262d75c (patch)
tree75f7505c7d38343ef15f0c10822778148c572c8c /Command/View.hs
parentb20cb8393f503ea6b12d6155f80c5be12157af49 (diff)
vpop N
Diffstat (limited to 'Command/View.hs')
-rw-r--r--Command/View.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/View.hs b/Command/View.hs
index 9e1b981a7..5c1742855 100644
--- a/Command/View.hs
+++ b/Command/View.hs
@@ -70,6 +70,7 @@ checkoutViewBranch view mkbranch = do
liftIO . setCurrentDirectory =<< fromRepo Git.repoPath
branch <- mkbranch view
+ showOutput
ok <- inRepo $ Git.Command.runBool
[ Param "checkout"
, Param (show $ Git.Ref.base branch)