diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-23 14:49:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-23 14:51:04 -0400 |
commit | 068703c40565cf8312c103b40d8c992b9d20a113 (patch) | |
tree | dec134b855a0d8eb818d948789f72a2087d31f5c /Upgrade | |
parent | 7ee636f6ddca4b872dde36383077875563b0b369 (diff) |
improve post-upgrade push instructions
Diffstat (limited to 'Upgrade')
-rw-r--r-- | Upgrade/V2.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Upgrade/V2.hs b/Upgrade/V2.hs index 7e4cfb13a..9d32764e7 100644 --- a/Upgrade/V2.hs +++ b/Upgrade/V2.hs @@ -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)] |