What's the benefit of this change?
Kannan wrote on Fri, 4 Dec 2009 at 23:06 +0530: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Log: > Instead of using a separate bool variable, use `svn_path_is_url()'. > > * subversion/libsvn_client/log.c > (svn_client_log5): Remove the bool variable `is_url' which is used only > once and substitute with `svn_path_is_url(path)'. > > Patch by: Kannan R <kann...@collab.net>