From 068703c40565cf8312c103b40d8c992b9d20a113 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 Jun 2011 14:49:21 -0400 Subject: improve post-upgrade push instructions --- Upgrade/V2.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Upgrade/V2.hs') 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)] -- cgit v1.2.3