Project

General

Profile

Patch #9731 » reposman.diff

automatic mercurial repository creation - André Felipe Dias, 2011-12-06 13:30

View differences:

extra/svn/reposman.rb
131 131
    end
132 132
  end
133 133

  
134
  module Mercurial
135
    def self.create(path)
136
      system_or_raise "hg init #{path}"
137
    end
138
  end
139

  
134 140
end
135 141

  
136 142
begin
    (1-1/1)