add missing description

这个提交包含在:
belliash 2012-01-16 20:27:54 +01:00
父节点 c94a0d9036
当前提交 ccb4279fb2
共有 1 个文件被更改,包括 4 次插入0 次删除

查看文件

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