Differences From:
File
src/rebuild.c
part of check-in
[7a2c37063a]
- merge trunk into creole branch
by
bob on
2009-09-22 07:49:39.
Also file
src/rebuild.c
part of check-in
[6c6a978a53]
- Add the "scrub" command to remove passwords and other sensitive information
from a repository. Ticket e5232878345.
by
drh on
2009-09-14 19:16:44.
[view]
To:
File
src/rebuild.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/rebuild.c
part of check-in
[1c2d878d12]
- Merge with trunk
by
btheado on
2009-12-13 01:16:13.
[view]
@@ -372,9 +372,9 @@
Blob ans;
blob_zero(&ans);
prompt_user("Scrubbing the repository will permanently remove user\n"
"passwords and other information. Changes cannot be undone.\n"
- "Continue [y/N]? ", &ans);
+ "Continue (y/N)? ", &ans);
if( blob_str(&ans)[0]!='y' ){
exit(1);
}
}