Better diagnostic for wrong branch configuration.
authorYann Dirson <ydirson@altern.org>
Fri, 5 Oct 2007 20:44:52 +0000 (22:44 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sun, 7 Oct 2007 21:01:04 +0000 (22:01 +0100)
If the branch.*.merge parameter does not name a valid remote head,
stgit would not rebase after a fetch, and would write instead
'Rebasing to "None" ... done'.

This patch makes this situation an error and tells the user what
to fix in his repo configuration.


No differences found