add missing description

This commit is contained in:
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}"