mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Deprecated Features
- Marked the push/pull/merge features as deprecated.
This commit is contained in:
parent
bcc9eb3d7a
commit
e441b8ca8e
7 changed files with 22 additions and 5 deletions
|
@ -169,13 +169,13 @@ int CmdShow::execute (std::string& output)
|
|||
" locale"
|
||||
" locking"
|
||||
" merge.autopush"
|
||||
" merge.default.uri"
|
||||
" merge.default.uri" // Deprecated 2.3.0
|
||||
" monthsperline"
|
||||
" nag"
|
||||
" patterns"
|
||||
" print.empty.columns"
|
||||
" pull.default.uri"
|
||||
" push.default.uri"
|
||||
" pull.default.uri" // Deprecated 2.3.0
|
||||
" push.default.uri" // Deprecated 2.3.0
|
||||
" recurrence.indicator"
|
||||
" recurrence.limit"
|
||||
" regex"
|
||||
|
@ -297,6 +297,7 @@ int CmdShow::execute (std::string& output)
|
|||
color = warning;
|
||||
}
|
||||
|
||||
// TODO Deprecated.
|
||||
std::string value = i->second;
|
||||
// hide sensible information
|
||||
if ( (i->first.substr (0, 5) == "push." ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue