Added _sha1 helper command to quickly identify a

task dev version.
This commit is contained in:
Federico Hernandez
2011-01-15 21:41:28 +01:00
parent ae4e28689d
commit c0c58f9aff
4 changed files with 18 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ void Cmd::load ()
commands.push_back ("_ids");
commands.push_back ("_config");
commands.push_back ("_version");
commands.push_back ("_sha1");
commands.push_back ("_urgency");
commands.push_back ("_query");
commands.push_back ("_zshcommands");
@@ -243,6 +244,7 @@ bool Cmd::isReadOnlyCommand ()
command == "_ids" ||
command == "_config" ||
command == "_version" ||
command == "_sha1" ||
command == "_urgency" ||
command == "_query" ||
command == "_zshcommands" ||