Mercurial > public > src > phphgadmin
diff admin/application/libraries/hgphp.php @ 10:0e7e4cead7c9
HGRC write and handle true/false key values
author | joshjcarrier |
---|---|
date | Thu, 13 May 2010 21:16:14 -0700 |
parents | 97bc7635ce3f |
children | 2ec108f96fad |
line wrap: on
line diff
--- a/admin/application/libraries/hgphp.php Thu May 13 19:40:22 2010 -0700 +++ b/admin/application/libraries/hgphp.php Thu May 13 21:16:14 2010 -0700 @@ -136,9 +136,10 @@ } - // TODO - function update_repository() - {} + function update_repository($repo_name, $hgrc) + { + return $this->_ci->hgconf2ini->setHGRC($repo_name, $hgrc); + } function delete_repository($del_repo_name) {