From ccb4279fb244c5ed3917b6f20625c67d9e3a682c Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 16 Jan 2012 20:27:54 +0100 Subject: [PATCH] add missing description --- libraries/repositories | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/repositories b/libraries/repositories index f4aa540..40ac2c4 100644 --- a/libraries/repositories +++ b/libraries/repositories @@ -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}"