improve post-upgrade push instructions

This commit is contained in:
Joey Hess 2011-06-23 14:49:21 -04:00
parent 7ee636f6dd
commit 068703c405
3 changed files with 14 additions and 6 deletions

View file

@ -50,6 +50,11 @@ upgrade = do
liftIO $ do
Git.run g "rm" [Param "-r", Param "-f", Param "-q", File olddir]
gitAttributesUnWrite g
showLongNote $
"git-annex branch created\n" ++
"Now you should push the new branch: git push origin git-annex"
return True
locationLogs :: Git.Repo -> Annex [(Key, FilePath)]