mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-02 21:57:19 +02:00
TDB2 Merge
- Migrated TDB::merge to TDB2::merge. - Removed obsoleted code from TDB. - Modified unit tests for merge to use export instead of export.csv.
This commit is contained in:
parent
45666ebfc5
commit
63eb22fc7e
7 changed files with 740 additions and 1118 deletions
|
@ -82,9 +82,7 @@ int CmdMerge::execute (std::string& output)
|
|||
else
|
||||
file = uri._path;
|
||||
|
||||
context.tdb.lock (context.config.getBoolean ("locking"));
|
||||
context.tdb.merge (file);
|
||||
context.tdb.unlock ();
|
||||
context.tdb2.merge (file);
|
||||
|
||||
output += "Merge complete.\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue