Code Cleanup

This commit is contained in:
Louis-Claude Canon 2012-06-16 17:19:43 +02:00 committed by Paul Beckingham
parent 3cea8889e3
commit e5fe704f6a

View file

@ -688,8 +688,6 @@ void TDB2::merge (const std::string& mergeFile)
}
}
std::cout << "\n";
///////////////////////////////////////
// branch-off point found:
if (found)
@ -912,10 +910,10 @@ void TDB2::merge (const std::string& mergeFile)
}
else if (rit == r.end ())
{
// nothing happend on the remote branch
// nothing happened on the remote branch
// local branch is up-to-date
// nothing happend on the local branch either
// nothing happened on the local branch either
// break, to suppress autopush
if (lit == l.end ())