Re: svn commit: r1735680 - /subversion/branches/1.9.x/subversion/libsvn_subr/prompt.c

2016-03-18 Thread Evgeny Kotkov
Daniel Shahaf writes: > Make SIGINT abort a commit, even at the interactive plaintext prompt. > (Issue #4624.) > > Follow-up to r30730 (r870804). > > Found by: Richlv > > * subversion/libsvn_subr/prompt.c > (plaintext_prompt_helper): Propagate canncellations. > > Modified: > subversion/bran

Re: svn commit: r1731300 - in /subversion/trunk/subversion: include/private/svn_utf_private.h libsvn_repos/dump.c libsvn_subr/utf8proc.c svn/cl-log.h svn/log-cmd.c svn/svn.c tests/cmdline/log_tests.py

2016-03-18 Thread Evgeny Kotkov
Evgeny Kotkov writes: > We can drop the `normalize' argument, since keeping denormalized strings > around is dangerous and unnecessary, but I'd leave the other two and let the > caller specify the wanted behavior: > > svn_error_t * > svn_utf__xfrm(const char **result, >