Re: [PATCH] Remove unused code in svn/list-cmd.c

2012-11-26 Thread Ben Reser
On Sun, Nov 25, 2012 at 11:06 PM, vijay wrote: > This patch removes the dead code in subversion/svn/list-cmd.c. > > '--verbose' option is not valid in XML listing mode. The code will error out > in svn_cl__list() itself when '--verbose' is combined with '--xml'. > > Attached the patch and log mess

[PATCH] Remove unused code in svn/list-cmd.c

2012-11-25 Thread vijay
Hi, This patch removes the dead code in subversion/svn/list-cmd.c. '--verbose' option is not valid in XML listing mode. The code will error out in svn_cl__list() itself when '--verbose' is combined with '--xml'. Attached the patch and log message. Thanks & Regards, Vijayaguru Index: subversi