提交 4d8b0293 编写于 作者: S Sean McGivern 提交者: Fatih Acet

Remove unneeded raise

上级 99e00856
......@@ -42,9 +42,6 @@ module Gitlab
their_path = conflict[:theirs][:path]
our_path = conflict[:ours][:path]
# TODO remove this
raise 'path mismatch!' unless their_path == our_path
Gitlab::Conflict::File.new(merge_index.merge_file(our_path),
conflict,
diff_refs: merge_request.diff_refs,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册