add missing description

Este commit está contenido en:
belliash 2012-01-16 20:27:54 +01:00
padre c94a0d9036
commit ccb4279fb2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados

Ver fichero

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