diff test/org/tmatesoft/hg/test/TestStorePath.java @ 637:4a0bab2c6da1

HgInitCommand: expose repo init functionality
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 07 Jun 2013 12:32:15 +0200
parents b3c16d1aede0
children
line wrap: on
line diff
--- a/test/org/tmatesoft/hg/test/TestStorePath.java	Thu Jun 06 19:39:06 2013 +0200
+++ b/test/org/tmatesoft/hg/test/TestStorePath.java	Fri Jun 07 12:32:15 2013 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2012 TMate Software Ltd
+ * Copyright (c) 2011-2013 TMate Software Ltd
  *  
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -60,7 +60,7 @@
 	public TestStorePath() {
 		propertyOverrides.put("hg.consolelog.debug", true);
 		sessionCtx = new BasicSessionContext(propertyOverrides, null);
-		repoInit = new RepoInitializer().setRequires(STORE + FNCACHE + DOTENCODE);
+		repoInit = new RepoInitializer().setRequires(REVLOGV1 | STORE | FNCACHE | DOTENCODE);
 		storePathHelper = repoInit.buildDataFilesHelper(sessionCtx);
 	}