mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
Sync
- Added server credential handling. - Added server error handling. - Added task download handling. - Added backlog truncation and synch_key handling. - Added display of server-side messages. - Cleaned up NEWS file for 2.3.0. - Removed duplicate info in diagnostics command output.
This commit is contained in:
parent
27df379f1d
commit
9cbd729553
4 changed files with 60 additions and 26 deletions
|
@ -95,9 +95,6 @@ int CmdDiagnostics::execute (std::string& output)
|
|||
#else
|
||||
STRING_CMD_DIAG_UNKNOWN
|
||||
#endif
|
||||
<< "\n"
|
||||
<< STRING_CMD_DIAG_SERVER << ": "
|
||||
<< context.config.get ("taskd.server")
|
||||
<< "\n\n";
|
||||
|
||||
// Compiler.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue