Switch to side-by-side view
--- a/ForgeHg/forgehg/hg_main.py +++ b/ForgeHg/forgehg/hg_main.py @@ -53,7 +53,8 @@ HM.Repository( name=self.config.options.mount_point, tool='hg', - status='initializing') + status='initializing', + fs_path=self.config.options.get('fs_path')) ThreadLocalORMSession.flush_all() cloned_from_project_id = self.config.options.get('cloned_from_project_id') cloned_from_repo_id = self.config.options.get('cloned_from_repo_id')