Index: versioncontrol_hg.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/versioncontrol_hg/versioncontrol_hg.module,v retrieving revision 1.12 diff -u -r1.12 versioncontrol_hg.module --- versioncontrol_hg.module 3 Feb 2008 04:05:20 -0000 1.12 +++ versioncontrol_hg.module 10 Feb 2008 23:28:42 -0000 @@ -417,7 +417,7 @@ /** * Implementation of [vcs_backend]_get_parent_item(). */ -function versioncontrol_cvs_get_parent_item($repository, $item, $parent_path = NULL) { +function versioncontrol_hg_get_parent_item($repository, $item, $parent_path = NULL) { if (!isset($parent_path)) { $item['path'] = dirname($item['path']); return $item;