Code Cleanup
This commit is contained in:
committed by
Paul Beckingham
parent
3cea8889e3
commit
e5fe704f6a
@@ -688,8 +688,6 @@ void TDB2::merge (const std::string& mergeFile)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "\n";
|
|
||||||
|
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
// branch-off point found:
|
// branch-off point found:
|
||||||
if (found)
|
if (found)
|
||||||
@@ -912,10 +910,10 @@ void TDB2::merge (const std::string& mergeFile)
|
|||||||
}
|
}
|
||||||
else if (rit == r.end ())
|
else if (rit == r.end ())
|
||||||
{
|
{
|
||||||
// nothing happend on the remote branch
|
// nothing happened on the remote branch
|
||||||
// local branch is up-to-date
|
// local branch is up-to-date
|
||||||
|
|
||||||
// nothing happend on the local branch either
|
// nothing happened on the local branch either
|
||||||
|
|
||||||
// break, to suppress autopush
|
// break, to suppress autopush
|
||||||
if (lit == l.end ())
|
if (lit == l.end ())
|
||||||
|
|||||||
Reference in New Issue
Block a user