mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Backlog
- Added backlog handling for add/modify.
This commit is contained in:
parent
becd8f155c
commit
337e5557b3
2 changed files with 3 additions and 40 deletions
|
@ -103,7 +103,6 @@ public:
|
|||
void add (Task&);
|
||||
void modify (Task&);
|
||||
void commit ();
|
||||
void synch ();
|
||||
void merge (const std::string&);
|
||||
void revert ();
|
||||
int gc ();
|
||||
|
@ -133,8 +132,7 @@ public:
|
|||
TF2 pending;
|
||||
TF2 completed;
|
||||
TF2 undo;
|
||||
// TF2 backlog;
|
||||
// TF2 synch_key;
|
||||
TF2 backlog;
|
||||
|
||||
private:
|
||||
std::string _location;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue