Merge branch 'joeyconfig'
This commit is contained in:
commit
bddd8c7b91
|
@ -146,7 +146,7 @@ setupupstreammaster newref propellordir = do
|
||||||
if havebranch
|
if havebranch
|
||||||
then also ("To merge it, run: git merge " ++ upstreambranch)
|
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.")
|
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 :: FilePath -> FilePath -> IO ()
|
||||||
fetchUpstreamBranch propellordir repo = do
|
fetchUpstreamBranch propellordir repo = do
|
||||||
|
|
Loading…
Reference in New Issue