Differences From Artifact [4341f5c47d]:
- File src/merge.c — part of check-in [c19f34cb69] at 2012-08-31 20:46:09 on branch trunk — Revert change [208d67675c]. The policy is to keep the Fossil source code ASCII even if Fossil itself is able to handle non-ASCII source files. Furthermore, the [208d67675c] change broken things. Also backout change [34fcb9634e] since it complicates the C code with unnecessary backslash characters in order to changes single-quotes to double-quotes in the generated HTML and Javascript, which is pointless. (user: drh size: 19657) [more...]
To Artifact [1f87761ed9]:
- File src/merge.c — part of check-in [ae092ec605] at 2012-10-11 19:22:18 on branch trunk — Add the --setmtime command-line option to "fossil update". When this option is used, the mtime of all unmodified managed files is set to the time when that file was originally checked in. (user: drh size: 19667) [more...]
| ︙ | |||
187 188 189 190 191 192 193 | 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 | - + |
" Use --force to override.\n");
return;
}
if( detailFlag ){
print_checkin_description(mid, 12, "merge-from:");
print_checkin_description(pid, 12, "baseline:");
}
|
| ︙ |