add missing description

This commit is contained in:
belliash 2012-01-16 20:27:54 +01:00
parent c94a0d9036
commit ccb4279fb2
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,10 @@ function pushGit() {
return 0 return 0
} }
#-------------------------------------------------------------------------------
# Sends an update to remote HG reository
# Parameters: %directory% %message%
#-------------------------------------------------------------------------------
function pushMercurial() { function pushMercurial() {
local DIRECTORY="${1}" local DIRECTORY="${1}"
local MESSAGE="${2}" local MESSAGE="${2}"