This commit is contained in:
Joey Hess 2014-02-18 21:57:21 -04:00
parent 8ff05cf55b
commit 1a53c87057
3 changed files with 16 additions and 8 deletions

View file

@ -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)