Merge
- fixed if statement
This commit is contained in:
@@ -1387,7 +1387,7 @@ void TDB::merge (const std::string& mergeFile)
|
|||||||
// nothing happend on the local branch either
|
// nothing happend on the local branch either
|
||||||
|
|
||||||
// break, to suppress autopush
|
// break, to suppress autopush
|
||||||
if (lit != l.end ())
|
if (lit == l.end ())
|
||||||
{
|
{
|
||||||
mods.clear ();
|
mods.clear ();
|
||||||
lmods.clear ();
|
lmods.clear ();
|
||||||
|
|||||||
Reference in New Issue
Block a user