This commit is contained in:
Joey Hess 2014-08-19 17:17:36 -04:00
parent 7743da0c3d
commit 1bf736293d
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ setupupstreammaster newref propellordir = do
if havebranch
then also ("To merge it, run: git merge " ++ upstreambranch)
else also ("To merge it, find the most recent commit in your repository's history that corresponds to an upstream release of propellor, and set refs/remotes/" ++ upstreambranch ++ " to it. Then run propellor again.")
n ""
also ""
fetchUpstreamBranch :: FilePath -> FilePath -> IO ()
fetchUpstreamBranch propellordir repo = do