##// END OF EJS Templates
scm: mercurial: fix r4686 setup mercurial test repository (#7272)....
Toshi MARUYAMA -
r4567:331cdbed2fe6
parent child
Show More
@@ -44,7 +44,8 namespace :test do
44 44 task :mercurial => :create_dir do
45 45 repo_path = "tmp/test/mercurial_repository"
46 46 bundle_path = "test/fixtures/repositories/mercurial_repository.hg"
47 system "hg clone -U #{bundle_path} #{repo_path}"
47 system "hg init #{repo_path}"
48 system "hg -R #{repo_path} pull #{bundle_path}"
48 49 end
49 50
50 51 (supported_scms - [:subversion, :mercurial]).each do |scm|
General Comments 0
You need to be logged in to leave comments. Login now