add missing description

Bu işleme şunda yer alıyor:
belliash 2012-01-16 20:27:54 +01:00
ebeveyn c94a0d9036
işleme ccb4279fb2
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme

Dosyayı Görüntüle

@ -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}"