Re: svn commit: r1825045 - /subversion/trunk/subversion/svn/svn.c

2018-03-24 Thread Daniel Shahaf
julianf...@apache.org wrote on Thu, 22 Feb 2018 11:02 +: > +++ subversion/trunk/subversion/svn/svn.c Thu Feb 22 11:02:02 2018 > @@ -1831,7 +1831,7 @@ const svn_opt_subcommand_desc2_t svn_cl_ > "\n" > " To bring back a shelved change, use 'svn unshelve NAME'.\n" > "\n" > -

svn commit: r1825045 - /subversion/trunk/subversion/svn/svn.c

2018-02-22 Thread julianfoad
Author: julianfoad Date: Thu Feb 22 11:02:02 2018 New Revision: 1825045 URL: http://svn.apache.org/viewvc?rev=1825045=rev Log: Shelving: correct the help text for shelving v1 storage location. The patch file names are encoded now, following r1821678. (This code is #ifdef'd out.) *