summaryrefslogtreecommitdiff
path: root/Upgrade/V2.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Upgrade/V2.hs')
-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)]