mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed deprecated 'push', 'pull' and 'merge' commands.
This commit is contained in:
parent
341c2fb474
commit
8b736934d7
47 changed files with 22 additions and 3941 deletions
|
@ -149,12 +149,6 @@ std::string legacyCheckForDeprecatedVariables ()
|
|||
it->first.substr (it->first.length () - 12) == ".annotations")
|
||||
deprecated.push_back (it->first);
|
||||
|
||||
// {push,pull,merge}.uri Deprecated in 2.3.0
|
||||
if ((it->first.substr (0, 5) == "push." ||
|
||||
it->first.substr (0, 5) == "pull." ||
|
||||
it->first.substr (0, 6) == "merge.") && (it->first.find (".uri") != std::string::npos))
|
||||
deprecated.push_back (it->first);
|
||||
|
||||
if (it->first == "next" ||
|
||||
it->first == "annotations" ||
|
||||
it->first == "export.ical.class")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue