mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 07:08:55 +00:00
Change commit description and diff output for merge.
This commit is contained in:
@@ -40,7 +40,7 @@ function get_commit_diff(url, callback) {
|
||||
show(data['deldir']);
|
||||
}
|
||||
if (!con) {
|
||||
con = '<p>没有文件被改动</p>';
|
||||
con = '<p>合并没有产生冲突文件</p>';
|
||||
}
|
||||
callback(con);
|
||||
}
|
||||
|
Reference in New Issue
Block a user