- removed previously introduced _sha1 helper command
- modified helper command _version to either display the version
  or the sha1 depending if build from source tar ball or from git.
This commit is contained in:
Federico Hernandez
2011-01-15 22:18:44 +01:00
parent c0c58f9aff
commit 55de71feca
4 changed files with 1 additions and 15 deletions

View File

@@ -134,7 +134,6 @@ 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");
@@ -244,7 +243,6 @@ bool Cmd::isReadOnlyCommand ()
command == "_ids" ||
command == "_config" ||
command == "_version" ||
command == "_sha1" ||
command == "_urgency" ||
command == "_query" ||
command == "_zshcommands" ||