|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
minor client fixDear SVNKit,
please find attached a minor client fix. Index: svnkit-cli/src/org/tmatesoft/svn/cli/AbstractSVNCommandEnvironment.java =================================================================== --- svnkit-cli/src/org/tmatesoft/svn/cli/AbstractSVNCommandEnvironment.java (revision 1402) +++ svnkit-cli/src/org/tmatesoft/svn/cli/AbstractSVNCommandEnvironment.java (working copy) @@ -130,7 +130,7 @@ SVNDebugLog.getDefaultLog().error(e); SVNErrorMessage err = e.getErrorMessage(); if (err.getErrorCode() == SVNErrorCode.CL_INSUFFICIENT_ARGS || err.getErrorCode() == SVNErrorCode.CL_ARG_PARSING_ERROR) { - err = err.wrap("Try '{0} help' for more info", getProgramName()); + err = err.wrap("Try ''{0} help'' for more info", getProgramName()); } handleError(err); while(err != null) { Cheers, /nm --------------------------------------------------------------------- To unsubscribe, e-mail: svnkit-users-unsubscribe@... For additional commands, e-mail: svnkit-users-help@... |
|
|
Re: minor client fixHello Normen,
Thank you. Committed the fix in trunk in revision 4222. ---- Alexander Sinyushkin, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! Normen Müller wrote: > Dear SVNKit, > > please find attached a minor client fix. > > Index: > svnkit-cli/src/org/tmatesoft/svn/cli/AbstractSVNCommandEnvironment.java > =================================================================== > --- > svnkit-cli/src/org/tmatesoft/svn/cli/AbstractSVNCommandEnvironment.java > (revision 1402) > +++ > svnkit-cli/src/org/tmatesoft/svn/cli/AbstractSVNCommandEnvironment.java > (working copy) > @@ -130,7 +130,7 @@ > SVNDebugLog.getDefaultLog().error(e); > SVNErrorMessage err = e.getErrorMessage(); > if (err.getErrorCode() == SVNErrorCode.CL_INSUFFICIENT_ARGS > || err.getErrorCode() == SVNErrorCode.CL_ARG_PARSING_ERROR) { > - err = err.wrap("Try '{0} help' for more info", > getProgramName()); > + err = err.wrap("Try ''{0} help'' for more info", > getProgramName()); > } > handleError(err); > while(err != null) { > > Cheers, > /nm > > --------------------------------------------------------------------- > To unsubscribe, e-mail: svnkit-users-unsubscribe@... > For additional commands, e-mail: svnkit-users-help@... > > > --------------------------------------------------------------------- To unsubscribe, e-mail: svnkit-users-unsubscribe@... For additional commands, e-mail: svnkit-users-help@... |
| Free Forum Powered by Nabble | Forum Help |