Patch #9731 » reposman.diff
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 |