Switch to side-by-side view

--- a/ForgeHg/forgehg/hg_main.py
+++ b/ForgeHg/forgehg/hg_main.py
@@ -48,7 +48,7 @@
         HM.Repository(
             name=self.config.options.mount_point,
             tool='hg',
-            status='initing')
+            status='initializing')
         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')