1
0
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:
killing
2012-10-24 20:46:25 +08:00
parent 33748182cf
commit f9cfd081fe
5 changed files with 21 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ function get_commit_diff(url, callback) {
show(data['deldir']);
}
if (!con) {
con = '<p>没有文件被改动</p>';
con = '<p>合并没有产生冲突文件</p>';
}
callback(con);
}