Differences From:
File
src/update.c
part of check-in
[a51808c0a5]
- Work toward improving the "diff" command. Get the "-r" or "--from" option
working.
by
drh on
2009-11-06 01:59:29.
[view]
To:
File
src/update.c
part of check-in
[6ae51190cc]
- reserve the use of brackets in stdout for artifacts
by
rwilson on
2009-12-10 02:19:16.
Also file
src/update.c
part of check-in
[1c2d878d12]
- Merge with trunk
by
btheado on
2009-12-13 01:16:13.
[view]
@@ -305,9 +305,9 @@
if( access(zFile, 0) ) yesRevert = 1;
if( yesRevert==0 ){
char *prompt = mprintf("revert file %B? this will"
- " destroy local changes [y/N]? ",
+ " destroy local changes (y/N)? ",
&fname);
blob_zero(&ans);
prompt_user(prompt, &ans);
free( prompt );