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

@ -67,6 +67,7 @@ int handleCompletionCommands (std::string&);
int handleCompletionIDs (std::string&);
int handleCompletionConfig (std::string&);
int handleCompletionVersion (std::string&);
int handleSha1 (std::string&);
int handleUrgency (std::string&);
int handleQuery (std::string&);
int handleZshCompletionCommands (std::string&);