aboutsummaryrefslogtreecommitdiff
path: root/Upgrade
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-23 14:49:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-23 14:51:04 -0400
commit068703c40565cf8312c103b40d8c992b9d20a113 (patch)
treedec134b855a0d8eb818d948789f72a2087d31f5c /Upgrade
parent7ee636f6ddca4b872dde36383077875563b0b369 (diff)
improve post-upgrade push instructions
Diffstat (limited to 'Upgrade')
-rw-r--r--Upgrade/V2.hs5
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)]