mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Enhancment - undo
- Now presents a side-by-side table for comparison during undo.
This commit is contained in:
parent
5a1191300c
commit
65595220f2
4 changed files with 99 additions and 8 deletions
|
@ -76,6 +76,7 @@ void spit (const std::string&, const std::string&);
|
|||
void spit (const std::string&, const std::vector <std::string>&, bool addNewlines = true);
|
||||
bool taskDiff (const Task&, const Task&);
|
||||
std::string taskDifferences (const Task&, const Task&);
|
||||
std::string renderAttribute (const std::string&, const std::string&);
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue