mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Database: Now dumps exclusions
This commit is contained in:
parent
22ffcfdc9b
commit
c1c6e6a179
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,9 @@ std::string Database::dump () const
|
||||||
|
|
||||||
out << " Dirty: " << (_dirty ? "true" : "false") << "\n";
|
out << " Dirty: " << (_dirty ? "true" : "false") << "\n";
|
||||||
|
|
||||||
|
for (auto& exclusion : _exclusions)
|
||||||
|
out << " Exclusion: " << exclusion.serialize () << "\n";
|
||||||
|
|
||||||
return out.str ();
|
return out.str ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue